浏览代码

: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