mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 23:03:48 +00:00
Shelf
This commit is contained in:
parent
29bf869bd1
commit
45055144db
6 changed files with 50 additions and 1 deletions
8
Scenes/Props/Shelf.tscn
Normal file
8
Scenes/Props/Shelf.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cqi87wcxymbhx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://brgym86p3dt2k" path="res://ExternalMaterial/Shelf/Shelf.png" id="1_nt0bt"]
|
||||
|
||||
[node name="Shelf" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_nt0bt")
|
||||
Loading…
Add table
Add a link
Reference in a new issue