pruned scripts
This commit is contained in:
3
Assets/Scenes/MenusAndLevels/EnemyTestLevel.tscn
Normal file
3
Assets/Scenes/MenusAndLevels/EnemyTestLevel.tscn
Normal file
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://bbngncnb2xeov"]
|
||||
|
||||
[node name="EnemyTestLevel" type="Node2D"]
|
||||
31
Assets/Scenes/MenusAndLevels/MainMenu.tscn
Normal file
31
Assets/Scenes/MenusAndLevels/MainMenu.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene format=3 uid="uid://c8bxl0uohy535"]
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
offset_left = -65.0
|
||||
offset_top = -21.0
|
||||
offset_right = 64.0
|
||||
offset_bottom = 19.0
|
||||
text = "Main Menu"
|
||||
scroll_active = false
|
||||
autowrap_trim_flags = 0
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ExampleButton1" type="Button" parent="."]
|
||||
offset_top = 47.0
|
||||
offset_right = 8.0
|
||||
offset_bottom = 55.0
|
||||
|
||||
[node name="ExampleButton2" type="Button" parent="."]
|
||||
offset_left = 77.0
|
||||
offset_top = 47.0
|
||||
offset_right = 85.0
|
||||
offset_bottom = 55.0
|
||||
|
||||
[node name="ExampleButton3" type="Button" parent="."]
|
||||
offset_left = -65.0
|
||||
offset_top = 47.0
|
||||
offset_right = -57.0
|
||||
offset_bottom = 55.0
|
||||
20
Assets/Scenes/Persistant/Camera.tscn
Normal file
20
Assets/Scenes/Persistant/Camera.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bffiqliomwkmo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co5myvo1u4qn7" path="res://Assets/Scripts/LevelScripts/CameraMovement.cs" id="1_by1m7"]
|
||||
|
||||
[node name="Camera" type="Node2D"]
|
||||
metadata/CameraMode = "FIXED"
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
script = ExtResource("1_by1m7")
|
||||
|
||||
[node name="DEfaultBG" type="ColorRect" parent="Camera2D"]
|
||||
self_modulate = Color(0.30980393, 0.8901961, 1, 1)
|
||||
z_index = -1000
|
||||
z_as_relative = false
|
||||
offset_left = -320.0
|
||||
offset_top = -180.0
|
||||
offset_right = 320.0
|
||||
offset_bottom = 180.0
|
||||
|
||||
[node name="CameraTarget" type="Node2D" parent="."]
|
||||
Reference in New Issue
Block a user