Compare commits
4 Commits
master
...
fix/imp_1.
| Author | SHA1 | Date | |
|---|---|---|---|
| feef52b9d9 | |||
| 6114f48139 | |||
| b353a96bfb | |||
|
|
839052ebc8 |
@@ -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:
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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