Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yutio888
Tales of MajEyal
Commits
f4fccb48
Commit
f4fccb48
authored
6 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
plop
parent
b5b77ee2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/engines/default/engine/interface/GameTargeting.lua
+0
-1
0 additions, 1 deletion
game/engines/default/engine/interface/GameTargeting.lua
with
0 additions
and
1 deletion
game/engines/default/engine/interface/GameTargeting.lua
+
0
−
1
View file @
f4fccb48
...
@@ -36,7 +36,6 @@ function _M:init()
...
@@ -36,7 +36,6 @@ function _M:init()
-- Allow scrolling when targetting
-- Allow scrolling when targetting
self
.
target
.
on_set_target
=
function
(
self
,
how
)
self
.
target
.
on_set_target
=
function
(
self
,
how
)
print
(
"==============="
,
self
.
target
,
self
.
target_type
,
self
.
target
.
x
,
self
.
active
,
self
.
target_type
.
stop_before_target
,
how
)
if
self
.
target
and
self
.
target_type
and
self
.
target
.
x
and
self
.
active
and
self
.
target_type
.
stop_before_target
and
how
==
"scan"
then
if
self
.
target
and
self
.
target_type
and
self
.
target
.
x
and
self
.
active
and
self
.
target_type
.
stop_before_target
and
how
==
"scan"
then
local
start_x
=
self
.
target_type
.
start_x
or
self
.
target_type
.
x
or
self
.
target_type
.
source_actor
and
self
.
target_type
.
source_actor
.
x
or
self
.
x
local
start_x
=
self
.
target_type
.
start_x
or
self
.
target_type
.
x
or
self
.
target_type
.
source_actor
and
self
.
target_type
.
source_actor
.
x
or
self
.
x
local
start_y
=
self
.
target_type
.
start_y
or
self
.
target_type
.
y
or
self
.
target_type
.
source_actor
and
self
.
target_type
.
source_actor
.
y
or
self
.
y
local
start_y
=
self
.
target_type
.
start_y
or
self
.
target_type
.
y
or
self
.
target_type
.
source_actor
and
self
.
target_type
.
source_actor
.
y
or
self
.
y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment