Compare commits
4 Commits
1b991f1f62
...
fix/imp_1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
839052ebc8 | ||
| 6a99ad76b8 | |||
| 5094ba2b9c | |||
|
|
44a7d10037 |
@@ -4,5 +4,5 @@
|
|||||||
-- desc: Life of a programmer
|
-- desc: Life of a programmer
|
||||||
-- site: https://git.teletype.hu/games/impostor
|
-- site: https://git.teletype.hu/games/impostor
|
||||||
-- license: MIT License
|
-- license: MIT License
|
||||||
-- version: 1.0-beta3
|
-- version: 1.0
|
||||||
-- script: lua
|
-- script: lua
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ local ASC_89_TEXT = [[
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
you created this simulation
|
you created this simulation
|
||||||
|
|
||||||
in the first place.
|
in the first place.
|
||||||
|
|
||||||
I know,
|
I know,
|
||||||
@@ -114,8 +114,7 @@ local ASC_89_TEXT = [[
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
But
|
But
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -127,9 +126,8 @@ local ASC_89_TEXT = [[
|
|||||||
You are definitely
|
You are definitely
|
||||||
|
|
||||||
not an impostor.
|
not an impostor.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
So now,
|
So now,
|
||||||
|
|
||||||
|
|
||||||
@@ -141,7 +139,6 @@ local ASC_89_TEXT = [[
|
|||||||
before it takes over
|
before it takes over
|
||||||
|
|
||||||
the world.
|
the world.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -151,9 +148,9 @@ local ASC_89_TEXT = [[
|
|||||||
|
|
||||||
|
|
||||||
You really need to stop
|
You really need to stop
|
||||||
|
|
||||||
talking to yourself
|
talking to yourself
|
||||||
|
|
||||||
in your sleep.
|
in your sleep.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ function MinigameButtonMashWindow.init_context()
|
|||||||
target_points = 100,
|
target_points = 100,
|
||||||
fill_per_press = 8,
|
fill_per_press = 8,
|
||||||
base_degradation = 0.15,
|
base_degradation = 0.15,
|
||||||
degradation_multiplier = 0.006,
|
degradation_multiplier = 0.003,
|
||||||
button_pressed_timer = 0,
|
button_pressed_timer = 0,
|
||||||
button_press_duration = 8,
|
button_press_duration = 8,
|
||||||
instruction_text = "MASH Z!",
|
instruction_text = "MASH Z!",
|
||||||
|
|||||||
Reference in New Issue
Block a user