46 lines
2.2 KiB
Plaintext
46 lines
2.2 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://characters/TEMPLATE_improved.png" type="Texture" id=1]
|
|
[ext_resource path="res://npc.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="CapsuleShape2D" id=1]
|
|
radius = 5.26428
|
|
height = 8.6982
|
|
|
|
[sub_resource type="CircleShape2D" id=2]
|
|
|
|
[node name="npc_cheer" type="KinematicBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="back_hair" type="Polygon2D" parent="."]
|
|
color = Color( 0.0117647, 0.0117647, 0.0117647, 1 )
|
|
polygon = PoolVector2Array( -6.30672, -15.348, -6.30689, -23.9229, -3.39108, -27.8916, -0.880249, -27.0817, 0.0916901, -28.2156, 2.11655, -27.7296, 4.5464, -28.2966, 7.46221, -24.4899, 7.38122, -18.6582, 4.80413, -15.4175, 4.38748, -15.0008, 0.658653, -17.6053, -2.09517, -16.7954, -4.57064, -14.8619 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
offset = Vector2( 0, -16 )
|
|
region_enabled = true
|
|
region_rect = Rect2( 24, 64, 24, 32 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( -0.250336, -9.01238 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="top" type="Polygon2D" parent="."]
|
|
color = Color( 0.305882, 0.478431, 0.8, 1 )
|
|
polygon = PoolVector2Array( -2.87935, -16.3843, -3.71506, -13.3936, -3.37842, -12.0353, 2.92651, -12.0167, 3.49347, -13.7176, 2.82432, -16.2774 )
|
|
|
|
[node name="skirt" type="Polygon2D" parent="."]
|
|
color = Color( 0.305882, 0.478431, 0.8, 1 )
|
|
polygon = PoolVector2Array( -4.02008, -7.04458, -3.59231, -9.21911, 3.64423, -9.14781, 4.1433, -6.93764 )
|
|
|
|
[node name="front_hair" type="Polygon2D" parent="."]
|
|
color = Color( 0.0117647, 0.0117647, 0.0117647, 1 )
|
|
polygon = PoolVector2Array( -4.29287, -22.9867, -4.70953, -16.4591, -6.23727, -20.9729, -5.89006, -25.3478, -3.11235, -27.5005, -0.890175, -26.8755, 2.02642, -27.4311, 3.90138, -28.0561, 6.26244, -25.6256, 7.02631, -22.5006, 6.33188, -18.4729, 4.2486, -17.4313, 5.22079, -23.2645, 3.48473, -21.8756, 1.88754, -24.6534, 0.91534, -22.8478, 0.290356, -24.3061, -0.404076, -23.1256, -1.72349, -25.1395, -2.5568, -23.7506 )
|
|
|
|
[node name="capture" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="capture"]
|
|
position = Vector2( -0.043766, 3.80767 )
|
|
shape = SubResource( 2 )
|