Finally_jam_version
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user