init
This commit is contained in:
18
pip.tscn
Normal file
18
pip.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene format=3 uid="uid://4b8osd3h3xbm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cdbkkb2cpwkn1" path="res://scripts/Pip.cs" id="1_2foya"]
|
||||
[ext_resource type="Texture2D" uid="uid://dkpk1ubnmbl68" path="res://assets/pip.png" id="2_46jm3"]
|
||||
|
||||
[node name="Pip" type="Area2D" unique_id=1889156888 node_paths=PackedStringArray("Target")]
|
||||
script = ExtResource("1_2foya")
|
||||
Faction = 1
|
||||
Target = NodePath("")
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="." unique_id=528123989]
|
||||
polygon = PackedVector2Array(-18.5, -18.5, -18.5, 18.5, 18.5, 18.5, 18.5, -18.5)
|
||||
|
||||
[node name="Gfx" type="Sprite2D" parent="." unique_id=1494214084]
|
||||
modulate = Color(0.5376854, 0.9999998, 0.6650417, 1)
|
||||
texture = ExtResource("2_46jm3")
|
||||
|
||||
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
|
||||
Reference in New Issue
Block a user