[gd_scene load_steps=10 format=2] [ext_resource path="res://entities/actors/snake/sprites/head.png" type="Texture" id=1] [ext_resource path="res://entities/actors/snake/scripts/head.gd" type="Script" id=2] [ext_resource path="res://entities/actors/snake/sprites/tongue.png" type="Texture" id=3] [sub_resource type="AtlasTexture" id=2] atlas = ExtResource( 3 ) region = Rect2( 0, 0, 4, 4 ) [sub_resource type="AtlasTexture" id=3] atlas = ExtResource( 3 ) region = Rect2( 4, 0, 4, 4 ) [sub_resource type="AtlasTexture" id=4] atlas = ExtResource( 3 ) region = Rect2( 8, 0, 4, 4 ) [sub_resource type="AtlasTexture" id=5] atlas = ExtResource( 3 ) region = Rect2( 12, 0, 4, 4 ) [sub_resource type="SpriteFrames" id=6] animations = [ { "frames": [ SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ) ], "loop": false, "name": "default", "speed": 15.0 } ] [sub_resource type="CircleShape2D" id=1] radius = 2.0 [node name="Head" type="KinematicBody2D"] collision_mask = 262 script = ExtResource( 2 ) [node name="Tongue" type="AnimatedSprite" parent="."] position = Vector2( 0, -5 ) frames = SubResource( 6 ) [node name="Sprite" type="Sprite" parent="."] texture = ExtResource( 1 ) [node name="Collision" type="CollisionShape2D" parent="."] position = Vector2( 0, -2 ) shape = SubResource( 1 )