@@ -14,5 +14,4 @@ func _process(delta):
func _ready():
- # Initialization here
set_process(true)
@@ -16,5 +16,4 @@ func _process(delta):
@@ -71,7 +71,6 @@ func _fixed_process(delta):
- # Initalization here
# Create a square filled with the 100% opaque fog
for x in range(x_min, x_max):
for y in range(y_min, y_max):
@@ -35,5 +35,4 @@ func _fixed_process(delta):
set_fixed_process(true)
@@ -18,5 +18,4 @@ func _input(event):
set_process_input(true)
@@ -81,6 +81,5 @@ func _fixed_process(delta):
@@ -18,5 +18,4 @@ func _fixed_process(delta):
@@ -120,5 +120,4 @@ func _fixed_process(delta):
- #Initalization here
@@ -28,5 +28,4 @@ func _fixed_process(delta):
@@ -30,5 +30,4 @@ func _process(delta):
@@ -27,7 +27,6 @@ func _fixed_process(delta):
if (use_idle):
else:
@@ -50,5 +50,4 @@ func _input(event):
@@ -13,5 +13,4 @@ func disable():
get_node("Timer").start()
@@ -79,6 +79,5 @@ func _integrate_forces(s):
rc_left = get_node("raycast_left")
rc_right = get_node("raycast_right")
@@ -17,5 +17,4 @@ func _fixed_process(delta):
@@ -220,7 +220,6 @@ func _integrate_forces(s):
enemy = ResourceLoader.load("res://enemy.xml")
# if !Globals.has_singleton("Facebook"):
@@ -62,7 +62,6 @@ func _process(delta):
screen_size = get_viewport_rect().size # Get actual size
pad_size = get_node("left").get_texture().get_size()
@@ -3,7 +3,6 @@ extends Control
for c in get_node("pictures").get_children():
get_node("picture").add_item("PIC: " + c.get_name())
for c in get_node("effects").get_children():
@@ -42,7 +42,6 @@ func _process(delta):
shape = Physics2DServer.shape_create(Physics2DServer.SHAPE_CIRCLE)
Physics2DServer.shape_set_data(shape, 8) # Radius
@@ -22,5 +22,4 @@ func _on_player_body_exit_shape(body_id, body, body_shape, area_shape):
@@ -15,7 +15,6 @@ func _process(delta):
speed_y = rand_range(-Y_RANDOM, Y_RANDOM)
@@ -40,7 +40,6 @@ func destroy():
@@ -12,7 +12,6 @@ func _process(delta):
get_node("score").set_text("HIGH SCORE: " + str(get_node("/root/game_state").max_points))
@@ -52,7 +52,6 @@ func _process(delta):
screen_size = get_viewport().get_rect().size
@@ -188,7 +188,6 @@ func setup(w, h):
setup(10, 20)
score_label = get_node("../score")
@@ -6,7 +6,6 @@ const MAX_BUBBLES = 10
for i in range(MAX_BUBBLES):
var bubble = preload("res://lens.scn").instance()
add_child(bubble)
@@ -79,7 +79,6 @@ func _fixed_process(delta):
@@ -85,7 +85,6 @@ func _input(event):
m.set_line_width(3)
m.set_point_size(3)
@@ -208,5 +208,4 @@ func _integrate_forces(state):
get_node("AnimationTreePlayer").set_active(true)
@@ -42,5 +42,4 @@ func _fixed_process(delta):
@@ -23,7 +23,6 @@ func _process(delta):
get_node("chat").add_style_override("panel", get_stylebox("bg", "Tree"))
@@ -61,7 +61,6 @@ func _process(delta):
@@ -3,6 +3,5 @@ extends Spatial
var tex = get_node("Viewport").get_render_target_texture()
get_node("Quad").get_material_override().set_texture(FixedMaterial.PARAM_DIFFUSE, tex)
@@ -33,6 +33,5 @@ func _on_area_input_event(camera, event, click_pos, click_normal, shape_idx):
get_node("area/quad").get_material_override().set_texture(FixedMaterial.PARAM_DIFFUSE, get_node("viewport").get_render_target_texture())