lakewood/world.tscn

20 lines
695 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://b0jkivtwisycv"]
[ext_resource type="PackedScene" uid="uid://cny5b638kjd3w" path="res://Assets/Characters/Friendly/Tellik/Tellick.tscn" id="1_dgu6h"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_5e4u7"]
2024-09-04 08:50:57 -07:00
[node name="World" type="Node2D"]
physics_interpolation_mode = 1
[node name="Tellick" parent="." instance=ExtResource("1_dgu6h")]
position = Vector2(-7, -130)
[node name="Camera2D" type="Camera2D" parent="."]
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(1, 140)
shape = SubResource("WorldBoundaryShape2D_5e4u7")