Browse Source

-Work in progress visual shader editor *DOES NOT WORK YET*

Juan Linietsky 10 years ago
parent
commit
7a4bb0b4d2
2 changed files with 102 additions and 72 deletions
  1. 3 0
      2d/platformer/player.gd
  2. 99 72
      2d/platformer/player.xml

+ 3 - 0
2d/platformer/player.gd

@@ -53,12 +53,15 @@ var enemy
 
 func _integrate_forces(s):
 
+	
+
 	var lv = s.get_linear_velocity()
 	var step = s.get_step()
 	
 	var new_anim=anim
 	var new_siding_left=siding_left
 	
+	
 	# Get the controls
 	var move_left = Input.is_action_pressed("move_left")
 	var move_right = Input.is_action_pressed("move_right")

File diff suppressed because it is too large
+ 99 - 72
2d/platformer/player.xml


Some files were not shown because too many files changed in this diff