summaryrefslogtreecommitdiff
path: root/demos/2d/isometric_light
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-11-21 16:21:12 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-12-09 08:39:12 +0100
commit6cfc3eec9726c02ab8079ff5e8b5d69be2c87ed3 (patch)
tree04ad12c92929800575a52e731cc63dfccd5ffa8c /demos/2d/isometric_light
parent7589b2bf605b58fbb0e34dec8ae833708e9b54ea (diff)
Remove systematic "Init(i)alization here" from _ready()
Diffstat (limited to 'demos/2d/isometric_light')
-rw-r--r--demos/2d/isometric_light/cubio.gd1
-rw-r--r--demos/2d/isometric_light/shoot.gd1
2 files changed, 0 insertions, 2 deletions
diff --git a/demos/2d/isometric_light/cubio.gd b/demos/2d/isometric_light/cubio.gd
index 7e2ff2a5c4..508cd3728c 100644
--- a/demos/2d/isometric_light/cubio.gd
+++ b/demos/2d/isometric_light/cubio.gd
@@ -81,6 +81,5 @@ func _fixed_process(delta):
func _ready():
- # Initialization here
set_fixed_process(true)
set_process_input(true)
diff --git a/demos/2d/isometric_light/shoot.gd b/demos/2d/isometric_light/shoot.gd
index bf0b09dc0b..b48d4ad34b 100644
--- a/demos/2d/isometric_light/shoot.gd
+++ b/demos/2d/isometric_light/shoot.gd
@@ -18,5 +18,4 @@ func _fixed_process(delta):
func _ready():
- # Initialization here
set_fixed_process(true)