initial game files
This commit is contained in:
commit
24a05c557d
14 changed files with 319 additions and 0 deletions
10
scenes/Building.tscn
Normal file
10
scenes/Building.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://sqvd1ev6ubp"]
|
||||
|
||||
[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="."]
|
||||
texture = ExtResource("1_yd1tr")
|
Loading…
Add table
Add a link
Reference in a new issue