Compare commits

..

4 Commits

Author SHA1 Message Date
Zoltan Timar
839052ebc8 making button mash easier
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-04-30 23:13:56 +02:00
6a99ad76b8 set version to 1.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-04-30 17:54:47 +02:00
5094ba2b9c Merge pull request 'feature/IMP-112-ascension-8-9' (#59) from feature/IMP-112-ascension-8-9 into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: http://git.teletype.hu/games/impostor/pulls/59
2026-04-29 21:27:23 +00:00
Zoltan Timar
44a7d10037 lint fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-04-29 23:25:54 +02:00
3 changed files with 9 additions and 12 deletions

View File

@@ -4,5 +4,5 @@
-- desc: Life of a programmer
-- site: https://git.teletype.hu/games/impostor
-- license: MIT License
-- version: 1.0-beta3
-- version: 1.0
-- script: lua

View File

@@ -118,7 +118,6 @@ local ASC_89_TEXT = [[
it doesn't matter anymore.
@@ -129,7 +128,6 @@ local ASC_89_TEXT = [[
not an impostor.
So now,
@@ -144,7 +142,6 @@ local ASC_89_TEXT = [[
One more thing:

View File

@@ -36,7 +36,7 @@ function MinigameButtonMashWindow.init_context()
target_points = 100,
fill_per_press = 8,
base_degradation = 0.15,
degradation_multiplier = 0.006,
degradation_multiplier = 0.003,
button_pressed_timer = 0,
button_press_duration = 8,
instruction_text = "MASH Z!",