Finally_jam_version

This commit is contained in:
2024-12-09 13:23:34 +04:00
parent 2a597676e6
commit 8803c46a96
5 changed files with 205 additions and 3 deletions

View File

@@ -116,3 +116,8 @@ func _process(delta: float) -> void:
$Camera2D.zoom+=Vector2.ONE*0.25
if Input.is_action_just_pressed("zoom_out"):
$Camera2D.zoom-=Vector2.ONE*0.25
if Input.is_action_just_pressed("1"): change_instrument(instruments.CONSTRUCT)
if Input.is_action_just_pressed("2"): change_instrument(instruments.DESTROY)
if Input.is_action_just_pressed("3"): change_instrument(instruments.BUILD_ROAD)