FebruaryGame/februarygodotgame/scenes/game.tscn

110 lines
3.9 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=12 format=3 uid="uid://dhopuj38ic6dp"]
2025-02-25 02:10:17 +00:00
[ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_dasmg"]
[ext_resource type="PackedScene" uid="uid://dgos05617rcuq" path="res://scenes/trigger.tscn" id="2_070us"]
[ext_resource type="PackedScene" uid="uid://blcbdwowx2gr0" path="res://scenes/crate.tscn" id="3_4f2of"]
2025-03-04 01:40:27 +00:00
[ext_resource type="PackedScene" uid="uid://du8aftivw4k25" path="res://scenes/player.tscn" id="3_glxkt"]
[ext_resource type="PackedScene" uid="uid://dwy0c50ndnu8k" path="res://scenes/bullet.tscn" id="4_2bgno"]
[ext_resource type="Script" path="res://scripts/crate.gd" id="4_4n32v"]
2025-03-04 01:40:27 +00:00
[ext_resource type="Script" path="res://scripts/scene_manager.gd" id="5_6wvkt"]
2025-02-25 02:10:17 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uopew"]
size = Vector2(70, 26)
2025-03-04 01:40:27 +00:00
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_igau3"]
[sub_resource type="CircleShape2D" id="CircleShape2D_8p7pp"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ape5f"]
size = Vector2(20, 46)
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="Game" type="Node2D"]
script = ExtResource("1_dasmg")
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="Level" type="Node2D" parent="."]
position = Vector2(-12, -3)
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="StaticBody2D" type="StaticBody2D" parent="Level"]
position = Vector2(479, 385)
2025-02-25 02:10:17 +00:00
metadata/_edit_group_ = true
2025-03-04 01:40:27 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D"]
2025-02-25 02:10:17 +00:00
position = Vector2(-26, 3)
shape = SubResource("RectangleShape2D_uopew")
2025-03-04 01:40:27 +00:00
[node name="StaticBody2D3" type="StaticBody2D" parent="Level"]
position = Vector2(588, 494)
rotation = 3.16193
2025-02-25 02:10:17 +00:00
metadata/_edit_group_ = true
2025-03-04 01:40:27 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D3"]
2025-02-25 02:10:17 +00:00
position = Vector2(-26, 3)
shape = SubResource("RectangleShape2D_uopew")
[node name="StaticBody2D4" type="StaticBody2D" parent="Level"]
position = Vector2(345, 490)
rotation = 3.16193
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D4"]
position = Vector2(-26, 3)
shape = SubResource("RectangleShape2D_uopew")
2025-03-04 01:40:27 +00:00
[node name="StaticBody2D2" type="StaticBody2D" parent="Level"]
position = Vector2(10, 528)
2025-02-25 02:10:17 +00:00
metadata/_edit_group_ = true
2025-03-04 01:40:27 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D2"]
position = Vector2(518, 20)
shape = SubResource("WorldBoundaryShape2D_igau3")
[node name="crates" type="Node2D" parent="."]
position = Vector2(13, 53)
2025-02-25 02:10:17 +00:00
[node name="crate1" parent="crates" instance=ExtResource("3_4f2of")]
position = Vector2(141, 371)
script = ExtResource("4_4n32v")
2025-02-25 02:10:17 +00:00
[node name="crate2" parent="crates" instance=ExtResource("3_4f2of")]
position = Vector2(699, 397)
script = ExtResource("4_4n32v")
2025-02-25 02:10:17 +00:00
[node name="crate3" parent="crates" instance=ExtResource("3_4f2of")]
position = Vector2(575, 177)
script = ExtResource("4_4n32v")
2025-02-25 02:10:17 +00:00
[node name="crate4" parent="crates" instance=ExtResource("3_4f2of")]
position = Vector2(217, 230)
script = ExtResource("4_4n32v")
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="CharacterBody2D" parent="." instance=ExtResource("3_glxkt")]
position = Vector2(338, 226)
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="Area2D" parent="." instance=ExtResource("4_2bgno")]
position = Vector2(330, 271)
2025-02-25 02:10:17 +00:00
2025-03-04 01:40:27 +00:00
[node name="SceneManager" type="Node" parent="."]
unique_name_in_owner = true
script = ExtResource("5_6wvkt")
2025-02-25 02:10:17 +00:00
[node name="triggers" type="Node2D" parent="."]
rotation = -0.0128695
[node name="Trigger" parent="triggers" instance=ExtResource("2_070us")]
position = Vector2(509.188, 532.597)
rotation = -1.90254
effect = "destroy"
[node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/Trigger"]
shape = SubResource("CircleShape2D_8p7pp")
debug_color = Color(0.622849, 0.37564, 0.95389, 0.42)
[node name="powerup" parent="triggers" instance=ExtResource("2_070us")]
position = Vector2(597.12, 460.723)
effect = "powerup"
[node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/powerup"]
position = Vector2(0, -13)
shape = SubResource("RectangleShape2D_ape5f")
debug_color = Color(0.644817, 0.359472, 0.952285, 0.42)