Skip to content

Commit

Permalink
Apply default theme on demo project
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ibáñez Sánchez <jacobibanez@jacobibanez.com>
  • Loading branch information
Iakobs committed Mar 1, 2024
1 parent ce67aed commit 24ba9ff
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions plugin/demo/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ folder_colors={
"res://scenes/": "green"
}

[gui]

theme/custom="res://theme.tres"

[input_devices]

pointing/emulate_touch_from_mouse=true
Expand Down
1 change: 0 additions & 1 deletion plugin/demo/scenes/achievements/AchievementDisplay.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
theme = ExtResource("1_2bksq")
script = ExtResource("1_px2ti")

[node name="MarginContainer" type="MarginContainer" parent="."]
Expand Down
1 change: 0 additions & 1 deletion plugin/demo/scenes/leaderboards/LeaderboardDisplay.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
theme = ExtResource("1_oo2te")
script = ExtResource("2_13i4k")

[node name="MarginContainer" type="MarginContainer" parent="."]
Expand Down
1 change: 0 additions & 1 deletion plugin/demo/scenes/players/PlayerDisplay.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
theme = ExtResource("1_uv4o5")
script = ExtResource("2_87phy")

[node name="MarginContainer" type="MarginContainer" parent="."]
Expand Down
1 change: 0 additions & 1 deletion plugin/demo/scenes/players/Players.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_i7feq")
script = ExtResource("2_xda1v")

[node name="MarginContainer" type="MarginContainer" parent="."]
Expand Down
1 change: 0 additions & 1 deletion plugin/demo/scenes/snapshots/Snapshots.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_uo6wb")
script = ExtResource("2_cdwya")

[node name="MarginContainer" type="MarginContainer" parent="."]
Expand Down

0 comments on commit 24ba9ff

Please sign in to comment.