22 lines
600 B
Plaintext
22 lines
600 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Units/DownhillAutoscrollerNPC.gd" type="Script" id=1]
|
|
[ext_resource path="res://Graphics/Units/Freestanding_Cirno.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 8, 36 )
|
|
|
|
[node name="NPC" type="Area2D"]
|
|
collision_mask = 2
|
|
script = ExtResource( 1 )
|
|
unit_type = 2
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 0, -36 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Idle" type="Sprite" parent="."]
|
|
visible = false
|
|
texture = ExtResource( 2 )
|
|
offset = Vector2( 0, -48 )
|