Cyclone-Tracker/2dWorld.tscn
2025-06-30 20:47:54 +10:00

65 lines
2.3 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://biu528mgexdyp"]
[ext_resource type="Texture2D" uid="uid://b48ofysofsffi" path="res://icon.svg" id="1_2uw02"]
[ext_resource type="Script" uid="uid://bdc53dgnhonif" path="res://worldManager.gd" id="1_gy87s"]
[ext_resource type="PackedScene" uid="uid://vv75ycmtipn7" path="res://Prefabs/cyclone.tscn" id="3_u230a"]
[ext_resource type="Script" uid="uid://b1w10iwwhm5bj" path="res://addons/Fantail-Interactive.top_down_camera/td_camera_2d.gd" id="4_u230a"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xr6w1"]
size = Vector2(674, 28)
[node name="2dWorld" type="Node2D" node_paths=PackedStringArray("camera", "map")]
script = ExtResource("1_gy87s")
camera = NodePath("TDCamera2D")
map = NodePath("WorldMap")
[node name="WorldMap" type="Sprite2D" parent="."]
modulate = Color(1.8049e-07, 0.391665, 0.150329, 1)
position = Vector2(589, 319)
scale = Vector2(5, 5)
texture = ExtResource("1_2uw02")
[node name="Cyclones" type="Node2D" parent="."]
[node name="Cyclone" parent="Cyclones" instance=ExtResource("3_u230a")]
position = Vector2(514, 230)
[node name="Cyclone2" parent="Cyclones" instance=ExtResource("3_u230a")]
position = Vector2(746, 473)
[node name="Cyclone3" parent="Cyclones" instance=ExtResource("3_u230a")]
position = Vector2(463, 494)
[node name="Background" type="CanvasLayer" parent="."]
layer = -1
[node name="wall" type="StaticBody2D" parent="."]
position = Vector2(581, -12)
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall"]
shape = SubResource("RectangleShape2D_xr6w1")
[node name="wall2" type="StaticBody2D" parent="."]
position = Vector2(592, 647)
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall2"]
shape = SubResource("RectangleShape2D_xr6w1")
[node name="wall3" type="StaticBody2D" parent="."]
position = Vector2(259, 317)
rotation = 1.5708
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall3"]
shape = SubResource("RectangleShape2D_xr6w1")
[node name="wall4" type="StaticBody2D" parent="."]
position = Vector2(909, 326)
rotation = 1.5708
[node name="CollisionShape2D" type="CollisionShape2D" parent="wall4"]
shape = SubResource("RectangleShape2D_xr6w1")
[node name="TDCamera2D" type="Camera2D" parent="."]
position = Vector2(579, 330)
script = ExtResource("4_u230a")
metadata/_custom_type_script = "uid://b1w10iwwhm5bj"