mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
@@ -15,7 +15,7 @@ func _physics_process(delta: float) -> void:
|
||||
if not is_on_floor():
|
||||
velocity.y += gravity * delta
|
||||
|
||||
# Handle Jump.
|
||||
# Handle jump.
|
||||
if Input.is_action_just_pressed("ui_accept") and is_on_floor():
|
||||
velocity.y = JUMP_VELOCITY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user