Compare commits

..

4 Commits

Author SHA1 Message Date
feef52b9d9 set new update server in yaml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2026-05-07 22:17:08 +02:00
6114f48139 set new update server
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2026-05-07 22:11:07 +02:00
b353a96bfb set version to 1.0.1
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2026-05-07 21:48:11 +02:00
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
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ steps:
- name: update - name: update
image: alpine image: alpine
environment: environment:
UPDATE_SERVER: https://games.teletype.hu UPDATE_SERVER: https://teletypegames.org
UPDATE_SECRET: UPDATE_SECRET:
from_secret: update_secret_key from_secret: update_secret_key
commands: commands:

View File

@@ -30,7 +30,7 @@ DROPAREA_HOST ?= vps.teletype.hu
DROPAREA_PORT ?= 2223 DROPAREA_PORT ?= 2223
DROPAREA_TARGET_PATH ?= /home/drop DROPAREA_TARGET_PATH ?= /home/drop
DROPAREA_USER ?= drop DROPAREA_USER ?= drop
UPDATE_SERVER ?= https://games.teletype.hu UPDATE_SERVER ?= https://teletypegames.org
all: build all: build

View File

@@ -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 -- version: 1.0.1
-- script: lua -- script: lua

View File

@@ -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!",