All
This commit is contained in:
parent
7a8ee29dcb
commit
0fe23420ab
800 changed files with 16547 additions and 0 deletions
25
scenes/stock_pile.tscn
Normal file
25
scenes/stock_pile.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cnyxwsj6i27ja"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cu6cgp6q0hl2o" path="res://assets/tiles/Decor.png" id="1_8wwdp"]
|
||||
|
||||
[node name="StockPile" type="Node2D"]
|
||||
|
||||
[node name="BoxSprite2" type="Sprite2D" parent="."]
|
||||
position = Vector2(22, -8)
|
||||
texture = ExtResource("1_8wwdp")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(33.91002, 0.009158134, 27.459976, 32.36215)
|
||||
|
||||
[node name="BoxSprite1" type="Sprite2D" parent="."]
|
||||
position = Vector2(703, 338)
|
||||
texture = ExtResource("1_8wwdp")
|
||||
offset = Vector2(-703, -338)
|
||||
region_enabled = true
|
||||
region_rect = Rect2(2.1627102, 15.374939, 26.802752, 17.392681)
|
||||
|
||||
[node name="BoxSprite3" type="Sprite2D" parent="."]
|
||||
position = Vector2(753, 338)
|
||||
texture = ExtResource("1_8wwdp")
|
||||
offset = Vector2(-703, -338)
|
||||
region_enabled = true
|
||||
region_rect = Rect2(2.1627102, 15.374939, 26.802752, 17.392681)
|
||||
Loading…
Add table
Add a link
Reference in a new issue