camera zoom in/out & camera panning
This commit is contained in:
parent
24a05c557d
commit
acf1ed5423
17 changed files with 774 additions and 80 deletions
|
@ -3,8 +3,6 @@
|
|||
[ext_resource type="Script" path="res://scenes/Building.gd" id="1_uqlnt"]
|
||||
[ext_resource type="Texture2D" uid="uid://dabmo11wkiwm3" path="res://art/buildings/building_grid.png" id="1_yd1tr"]
|
||||
|
||||
[node name="Building" type="Node2D"]
|
||||
script = ExtResource("1_uqlnt")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
[node name="Building" type="Sprite2D"]
|
||||
texture = ExtResource("1_yd1tr")
|
||||
script = ExtResource("1_uqlnt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue