Buggy starting point
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bvjmefswaveya"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bvjmefswaveya"]
|
||||
|
||||
[ext_resource type="Script" path="res://Assets/Scripts/CommonScripts/UISelector.cs" id="2_66bl7"]
|
||||
[ext_resource type="Script" uid="uid://b28bv2l2asbpy" path="res://Assets/Scripts/CommonScripts/ChangeMenuInitiator.cs" id="4_gp05m"]
|
||||
|
||||
[node name="Htp" type="Node2D"]
|
||||
|
||||
[node name="UISelector" type="Node2D" parent="."]
|
||||
script = ExtResource("2_66bl7")
|
||||
|
||||
[node name="BackButton" type="Sprite2D" parent="UISelector"]
|
||||
z_index = 1
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,17 +1,13 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dk1egdpjl31r"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dk1egdpjl31r"]
|
||||
|
||||
[ext_resource type="Script" path="res://Assets/Scripts/CommonScripts/LevelSelectionManager.cs" id="1_4n03f"]
|
||||
[ext_resource type="PackedScene" uid="uid://bffiqliomwkmo" path="res://Assets/Scenes/Persistant/Camera.tscn" id="1_j4u47"]
|
||||
[ext_resource type="Script" path="res://Assets/Scripts/CommonScripts/UISelector.cs" id="2_xaene"]
|
||||
[ext_resource type="Script" uid="uid://b28bv2l2asbpy" path="res://Assets/Scripts/CommonScripts/ChangeMenuInitiator.cs" id="4_xaene"]
|
||||
|
||||
[node name="LevelSelectionMenu" type="Node2D"]
|
||||
script = ExtResource("1_4n03f")
|
||||
|
||||
[node name="Camera" parent="." instance=ExtResource("1_j4u47")]
|
||||
|
||||
[node name="UISelector" type="Node2D" parent="."]
|
||||
script = ExtResource("2_xaene")
|
||||
|
||||
[node name="Level1" type="Sprite2D" parent="UISelector"]
|
||||
position = Vector2(-79, -40)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c8bxl0uohy535"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c8bxl0uohy535"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://hqp23lmk336m" path="res://icon.svg" id="1_rmvno"]
|
||||
[ext_resource type="FontFile" uid="uid://7hanxja5lkq1" path="res://Assets/MedodicaRegular.otf" id="2_qbtqb"]
|
||||
[ext_resource type="Script" uid="uid://c8ibbithifum2" path="res://Assets/Scripts/CommonScripts/SceneChangeButton.cs" id="2_u3d4d"]
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
@@ -11,10 +12,13 @@ texture = ExtResource("1_rmvno")
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
offset_left = -126.0
|
||||
offset_top = 113.0
|
||||
offset_top = 88.0
|
||||
offset_right = -25.0
|
||||
offset_bottom = 144.0
|
||||
offset_bottom = 119.0
|
||||
scale = Vector2(2.5243824, 2.5243824)
|
||||
theme_override_fonts/font = ExtResource("2_qbtqb")
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Begin"
|
||||
script = ExtResource("2_u3d4d")
|
||||
|
||||
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
[gd_scene load_steps=18 format=3 uid="uid://r24ppggva18y"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://r24ppggva18y"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dedv5j5tvb2gk" path="res://Assets/Scripts/CommonScripts/MenuChangeManager.cs" id="1_uevlq"]
|
||||
[ext_resource type="Texture2D" path="res://Assets/Sprites/Blueberry-sheet.png" id="2_3tdrs"]
|
||||
[ext_resource type="FontFile" uid="uid://7hanxja5lkq1" path="res://Assets/MedodicaRegular.otf" id="2_ei4c6"]
|
||||
[ext_resource type="Script" uid="uid://cugofqkikepb2" path="res://Assets/Scripts/CommonScripts/TipManager.cs" id="3_ei4c6"]
|
||||
[ext_resource type="FontFile" path="res://Assets/MedodicaRegular.otf" id="3_jtn6d"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_uktqf"]
|
||||
resource_name = "LoadingAnimation"
|
||||
@@ -143,35 +142,27 @@ _data = {
|
||||
}
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ei4c6"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jtn6d"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(16, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uktqf"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(32, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_btj4p"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(48, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rvq0g"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(64, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_wg4yt"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(80, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_meiur"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(96, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0xegj"]
|
||||
atlas = ExtResource("2_3tdrs")
|
||||
region = Rect2(112, 0, 16, 16)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_n7wom"]
|
||||
@@ -242,7 +233,7 @@ offset_top = 101.0
|
||||
offset_right = 475.95636
|
||||
offset_bottom = 244.97948
|
||||
scale = Vector2(1.0001426, 1.0001426)
|
||||
theme_override_fonts/normal_font = ExtResource("3_jtn6d")
|
||||
theme_override_fonts/normal_font = ExtResource("2_ei4c6")
|
||||
text = "Tip: Example"
|
||||
scroll_active = false
|
||||
autowrap_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user