23 lines
645 B
Text
23 lines
645 B
Text
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://objects/characters/flopsy/flopsy.tres" type="SpriteFrames" id=1]
|
||
|
[ext_resource path="res://objects/characters/flopsy/flopsy.gd" type="Script" id=10]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id=2]
|
||
|
extents = Vector2( 144, 216.5 )
|
||
|
|
||
|
[node name="Flopsy" type="KinematicBody2D"]
|
||
|
collision_layer = 8
|
||
|
collision_mask = 4
|
||
|
script = ExtResource( 10 )
|
||
|
|
||
|
[node name="Sprite" type="AnimatedSprite" parent="."]
|
||
|
frames = ExtResource( 1 )
|
||
|
animation = "idle"
|
||
|
frame = 8
|
||
|
playing = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
position = Vector2( -22, 6.5 )
|
||
|
shape = SubResource( 2 )
|