[gd_scene load_steps=14 format=3 uid="uid://b0jkivtwisycv"] [ext_resource type="PackedScene" uid="uid://cny5b638kjd3w" path="res://Assets/Characters/Friendly/Tellik/Tellick.tscn" id="1_dgu6h"] [ext_resource type="PackedScene" uid="uid://eo08vhsoltt6" path="res://Assets/World/Grounds/Ground1.tscn" id="2_gboim"] [ext_resource type="Script" path="res://Scripts/camera_2d.gd" id="2_mpgh4"] [ext_resource type="PackedScene" uid="uid://bqb3ccnlh1t0s" path="res://Assets/World/Platforms/platform.tscn" id="3_i3imp"] [ext_resource type="PackedScene" uid="uid://ctysf55pres8y" path="res://Assets/Collectables/coin.tscn" id="4_qkdpl"] [ext_resource type="PackedScene" uid="uid://cyumvt28wwf28" path="res://Assets/World/kill_zone.tscn" id="6_6a5uv"] [ext_resource type="PackedScene" uid="uid://bop7ohwaq22g7" path="res://Assets/Characters/Friendly/rock.tscn" id="7_hxqm5"] [ext_resource type="PackedScene" uid="uid://bbhy8ac5hm1yx" path="res://Dialouges/actionable.tscn" id="8_lg8hl"] [ext_resource type="Resource" uid="uid://bdqgwj58ijb4o" path="res://Dialouges/main.dialogue" id="9_gx0d7"] [sub_resource type="Animation" id="Animation_lrrse"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath(".:position") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 0, "values": [Vector2(-645, 31)] } [sub_resource type="Animation" id="Animation_ya3iv"] resource_name = "move" length = 3.0 loop_mode = 2 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath(".:position") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 3), "transitions": PackedFloat32Array(1, 1), "update": 0, "values": [Vector2(-645, 31), Vector2(-269, 23)] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_semk0"] _data = { "RESET": SubResource("Animation_lrrse"), "move": SubResource("Animation_ya3iv") } [sub_resource type="CircleShape2D" id="CircleShape2D_7llgk"] [node name="World" type="Node2D"] physics_interpolation_mode = 1 [node name="Tellick" parent="." instance=ExtResource("1_dgu6h")] physics_interpolation_mode = 1 position = Vector2(-245, -160) [node name="Camera2D" type="Camera2D" parent="Tellick"] position = Vector2(-39, 93) zoom = Vector2(0.5, 0.5) limit_bottom = 650 position_smoothing_enabled = true script = ExtResource("2_mpgh4") [node name="Ground1" parent="." instance=ExtResource("2_gboim")] position = Vector2(-675, -57) [node name="Ground2" parent="." instance=ExtResource("2_gboim")] position = Vector2(-312, 71) [node name="Platform" parent="." instance=ExtResource("3_i3imp")] position = Vector2(391, -56) [node name="Platform2" parent="." instance=ExtResource("3_i3imp")] position = Vector2(-645, 31) [node name="AnimationPlayer" type="AnimationPlayer" parent="Platform2"] libraries = { "": SubResource("AnimationLibrary_semk0") } autoplay = "move" [node name="Coin" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(183, -124) [node name="Coin2" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(253, -124) [node name="Coin3" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(308, -124) [node name="Coin4" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(363, -129) [node name="Coin5" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(444, -121) [node name="Coin6" parent="." instance=ExtResource("4_qkdpl")] position = Vector2(518, -127) [node name="KillZone" parent="." instance=ExtResource("6_6a5uv")] position = Vector2(-2, 257) [node name="Rock" parent="." instance=ExtResource("7_hxqm5")] position = Vector2(-846, -88) [node name="Actionable" parent="Rock" instance=ExtResource("8_lg8hl")] dialouge_res = ExtResource("9_gx0d7") [node name="CollisionShape2D" type="CollisionShape2D" parent="Rock/Actionable"] position = Vector2(1, 0) shape = SubResource("CircleShape2D_7llgk")