Skip to content

Commit

Permalink
Week 12 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller authored Jul 15, 2024
1 parent b3a25ef commit 1df83b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global/const/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const WORKER_RESOURCE_ID: String = "worker"
const WORKER_ROLE_RESOURCE: Array[String] = [WORKER_RESOURCE_ID, "swordsman"]

const VERSION_MAJOR: String = "prototype"
const VERSION_MINOR: String = "week 11"
const VERSION_MINOR: String = "week 12"

const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ script = ExtResource("1_1mfsl")
[node name="SubViewport" type="SubViewport" parent="."]
transparent_bg = true
size = Vector2i(200, 30)
size_2d_override_stretch = true

[node name="MarginContainer" type="MarginContainer" parent="SubViewport"]
[node name="CanvasLayer" type="CanvasLayer" parent="SubViewport"]

[node name="MarginContainer" type="MarginContainer" parent="SubViewport/CanvasLayer"]
custom_minimum_size = Vector2(200, 0)
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 300.0
offset_right = -300.0
offset_bottom = -7.0
grow_horizontal = 2
grow_vertical = 2

[node name="Label" type="Label" parent="SubViewport/MarginContainer"]
[node name="Label" type="Label" parent="SubViewport/CanvasLayer/MarginContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
Expand Down

0 comments on commit 1df83b1

Please sign in to comment.