First commit 🎉
This commit is contained in:
commit
43ea213f9b
728 changed files with 37080 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cwtpncpx24dm7"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/popochiu/engine/objects/character/popochiu_character.gd" id="1_2xmr4"]
|
||||
|
||||
[node name="Character" type="Area2D"]
|
||||
script = ExtResource("1_2xmr4")
|
||||
popochiu_placeholder = null
|
||||
interaction_polygon = PackedVector2Array(-10, -10, 10, -10, 10, 10, -10, 10)
|
||||
|
||||
[node name="InteractionPolygon" type="CollisionPolygon2D" parent="."]
|
||||
polygon = PackedVector2Array(-10, -10, 10, -10, 10, 10, -10, 10)
|
||||
|
||||
[node name="ScalingPolygon" type="CollisionPolygon2D" parent="."]
|
||||
polygon = PackedVector2Array(0, 0, 0, 0, 0, 0, 0, 0)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
Loading…
Add table
Add a link
Reference in a new issue