Преглед на файлове

:memo: Remove obvious comment

DricomDragon преди 1 година
родител
ревизия
b8890eedfa
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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