Explorar el Código

:memo: Remove obvious comment

DricomDragon hace 1 año
padre
commit
b8890eedfa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      first3d/component/entity/walker/walker.gd

+ 0 - 1
first3d/component/entity/walker/walker.gd

@@ -25,7 +25,6 @@ func _ready() -> void:
 	focus_required.emit(self)
 
 
-## Jump if is on floor
 func trigger_jump() -> void:
 	if is_on_floor():
 		target_velocity.y = jump_impulse