23 lines
831 B
Plaintext
23 lines
831 B
Plaintext
[gd_scene format=3 uid="uid://cchili0scene1"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/chili.gd" id="1_chili0"]
|
|
[ext_resource type="Texture2D" uid="uid://d2pinnrigixnp" path="res://assets/16x16 Pixelart Food Icons/Pixel_Foods(ARTLİNE).png" id="2_chili0"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_chili"]
|
|
atlas = ExtResource("2_chili0")
|
|
region = Rect2(19, 37, 16, 16)
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_chili"]
|
|
radius = 4.0
|
|
height = 12.0
|
|
|
|
[node name="Chili" type="Area2D" unique_id=200000001]
|
|
script = ExtResource("1_chili0")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=200000002]
|
|
texture_filter = 1
|
|
texture = SubResource("AtlasTexture_chili")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=200000003]
|
|
shape = SubResource("CapsuleShape2D_chili")
|