18 lines
613 B
Text
18 lines
613 B
Text
|
|
[gd_scene load_steps=4 format=3 uid="uid://chu67ci7sl488"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://12jns4dppxxj" path="res://ghost.gd" id="1_6attn"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="2_obmiq"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_6attn"]
|
||
|
|
|
||
|
|
[node name="Ghost" type="Area2D"]
|
||
|
|
scale = Vector2(0.4, 0.4)
|
||
|
|
script = ExtResource("1_6attn")
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
|
texture = ExtResource("2_obmiq")
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
scale = Vector2(6, 6)
|
||
|
|
shape = SubResource("CircleShape2D_6attn")
|