Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emery Tanghanwaye
waterGame
Commits
353918a8
Commit
353918a8
authored
Jan 19, 2020
by
Emery Tanghanwaye
Browse files
more hacky fixes
parent
c4c45841
Changes
3
Hide whitespace changes
Inline
Side-by-side
Game.cs
View file @
353918a8
...
...
@@ -246,12 +246,12 @@ public class Game : Node2D
ProfitRate
+=
5000
;
if
(
BadPoints
>=
20
)
{
Background
.
Frame
=
5
;
Background
.
Frame
=
4
;
StageLabel
.
Text
=
"Stage: Glacier"
;
}
else
{
Background
.
Frame
=
4
;
Background
.
Frame
=
5
;
StageLabel
.
Text
=
"Stage: Dam"
;
}
}
...
...
@@ -265,7 +265,7 @@ public class Game : Node2D
}
else
{
Background
.
Frame
=
5
;
Background
.
Frame
=
6
;
ButtGroup
.
EnableNextButton
();
CreateFifthStageButtons
();
StageLabel
.
Text
=
"Stage 5: Philanthropy"
;
...
...
project.godot
View file @
353918a8
...
...
@@ -15,7 +15,7 @@ _global_script_class_icons={
[application]
config/name="
WaterGame
"
config/name="
Eco Capitalist
"
run/main_scene="res://Game.tscn"
config/icon="res://icon.png"
...
...
src.zip
0 → 100644
View file @
353918a8
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment