mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 14:13:47 +00:00
Dioshes
This commit is contained in:
parent
67a27935c3
commit
8eba34915d
10 changed files with 114 additions and 17 deletions
8
Scenes/Props/Dish.tscn
Normal file
8
Scenes/Props/Dish.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bw06me0klq1wn"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://daj5vutvttcav" path="res://Sprites/Props/Dish.png" id="1_y0d2v"]
|
||||
|
||||
[node name="Dish" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_y0d2v")
|
||||
8
Scenes/Props/Dish_Small.tscn
Normal file
8
Scenes/Props/Dish_Small.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dix864sdks8fu"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://4xqib6bwdv3v" path="res://Sprites/Props/Dish_Small.png" id="1_j85fh"]
|
||||
|
||||
[node name="DishSmall" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_j85fh")
|
||||
Loading…
Add table
Add a link
Reference in a new issue