16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://dy4bso58ba8wj"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://ccu24smgm1u4" path="res://scripts/ItemNode.gd" id="1_bk1pl"]
|
||
|
[ext_resource type="Texture2D" uid="uid://b63im173j48xu" path="res://assets/resources.png" id="2_yvlix"]
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_73fnb"]
|
||
|
atlas = ExtResource("2_yvlix")
|
||
|
region = Rect2(0, 0, 64, 64)
|
||
|
|
||
|
[node name="ItemNode" type="Node2D"]
|
||
|
script = ExtResource("1_bk1pl")
|
||
|
|
||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
scale = Vector2(0.5, 0.5)
|
||
|
texture = SubResource("AtlasTexture_73fnb")
|