Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Oct 10, 2021
1 parent 9da1d79 commit 920c04b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ _global_script_class_icons={
[application]

config/name="Dreams"
config/description="Therapy through nightmares"
run/main_scene="res://src/dreamscape/MainMenu/MainMenu.tscn"
config/icon="res://icon.png"

Expand Down
2 changes: 1 addition & 1 deletion src/dreamscape/MainMenu/MainMenu.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Panel

const README := "Thank you for trying out Theraltes!\n\n"\
const README := "Thank you for trying out Dreams!\n\n"\
+ "This game is a Free Software 'Spire-like' deckbuilder. "\
+ "This means it's free to download, use, modify and redistribute\n\n"\
+ "This game is a heavy work in progress. At this point many bugs are expected "\
Expand Down
4 changes: 2 additions & 2 deletions src/dreamscape/MainMenu/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ margin_bottom = 435.0
margin_right = 1455.0
margin_bottom = 81.0
custom_fonts/font = SubResource( 2 )
text = "Theraltes"
text = "Dreams"
align = 1

[node name="Subtitle" type="Label" parent="MainMenu/VBox/Margin/VBoxContainer"]
Expand Down Expand Up @@ -148,7 +148,7 @@ text = "Exit"
margin_top = 876.0
margin_right = 1455.0
margin_bottom = 900.0
text = "v0.11.0"
text = "v0.12.0"
align = 2

[node name="MenuTween" type="Tween" parent="."]
Expand Down

0 comments on commit 920c04b

Please sign in to comment.