19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/giraffe_head.png" type="Texture" id=1]
|
|
[ext_resource path="res://scripts/GiraffeHead.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="CapsuleShape2D" id=1]
|
|
radius = 39.8424
|
|
height = 10.5097
|
|
|
|
[node name="GiraffeHead" type="KinematicBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 9.54593, -0.353554 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|