Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
This commit is aimed to fix the build it there wasn't a lot of changes
just minor things.
  • Loading branch information
abdelhak aissat committed Mar 31, 2024
1 parent 469c748 commit 7e0043b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Game.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://src/Game.gd" type="Script" id=1]
[ext_resource path="res://src/levels/Tutorial.tscn" type="PackedScene" id=2]
[ext_resource path="res://src/levels/tutorial.tscn" type="PackedScene" id=2]

[node name="Game" type="Control"]
anchor_right = 1.0
Expand Down
30 changes: 15 additions & 15 deletions src/menus/main menu/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ collapsed = true
dragger_visibility = 1

[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
margin_left = 138.0
margin_top = 30.0
margin_right = 182.0
margin_bottom = 130.0
margin_left = 136.0
margin_top = 34.0
margin_right = 184.0
margin_bottom = 126.0
size_flags_horizontal = 4
size_flags_vertical = 4
custom_constants/separation = 4
alignment = 1

[node name="StartButton" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer"]
margin_right = 44.0
margin_bottom = 22.0
margin_right = 48.0
margin_bottom = 20.0
focus_neighbour_top = NodePath("../ExitButton")
focus_previous = NodePath("../ExitButton")
size_flags_horizontal = 5
Expand All @@ -89,9 +89,9 @@ __meta__ = {
}

[node name="OptionsButton" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer"]
margin_top = 26.0
margin_right = 44.0
margin_bottom = 48.0
margin_top = 24.0
margin_right = 48.0
margin_bottom = 44.0
size_flags_horizontal = 5
size_flags_vertical = 4
text = "Options"
Expand All @@ -100,9 +100,9 @@ __meta__ = {
}

[node name="CreditsButton" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer"]
margin_top = 52.0
margin_right = 44.0
margin_bottom = 74.0
margin_top = 48.0
margin_right = 48.0
margin_bottom = 68.0
size_flags_horizontal = 5
size_flags_vertical = 4
text = "Credits"
Expand All @@ -111,9 +111,9 @@ __meta__ = {
}

[node name="ExitButton" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer"]
margin_top = 78.0
margin_right = 44.0
margin_bottom = 100.0
margin_top = 72.0
margin_right = 48.0
margin_bottom = 92.0
focus_neighbour_bottom = NodePath("../StartButton")
focus_next = NodePath("../StartButton")
size_flags_horizontal = 5
Expand Down
1 change: 1 addition & 0 deletions src/tilemaps/snow/Tree2.tres
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[ext_resource path="res://src/tilemaps/snow/tree2/tree2_4.png" type="Texture" id=7]

[resource]
flags = 4
frames = 7
fps = 10.0
frame_0/texture = ExtResource( 6 )
Expand Down

0 comments on commit 7e0043b

Please sign in to comment.