🎉
This commit is contained in:
commit
94bfe2754e
107 changed files with 2557 additions and 0 deletions
12
Item.tscn
Normal file
12
Item.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://8wybm2xsp48x"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dnt8wmnnwufm0" path="res://Item.gd" id="1_ph0dh"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxv1o4v3xi3uv" path="res://icon.svg" id="2_6m5p0"]
|
||||
|
||||
[node name="Item" type="Node2D"]
|
||||
script = ExtResource("1_ph0dh")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture_filter = 6
|
||||
scale = Vector2(0.125, 0.125)
|
||||
texture = ExtResource("2_6m5p0")
|
||||
Loading…
Add table
Add a link
Reference in a new issue