Compare commits

...

4 Commits

Author SHA1 Message Date
Nicole O'Connor f32c64418a XE1M1:
ci/woodpecker/push/make-pk3 Pipeline was successful Details
* fixed some texture errors
* fine tuned vent near the elevator; should be easier to get on board and ride all the way to the top
* extended the earthquake after the oh shit moment
2024-02-16 18:28:25 -08:00
Nicole O'Connor f3de3888d5 initial tuning attempt on the blast boots 2024-02-16 18:06:34 -08:00
Nicole O'Connor 55e09fb9d9 XE1M2:
* extruded some more area beyond the yellow forcefield, move red key to future Executive Boardroom™
* yellow key warehouse has a new floor texture and a hopefully working switch for the secret
* committed some engine crimes to make a building taller
2024-02-16 17:54:13 -08:00
Nicole O'Connor e2ab974f70 release pipeline now only runs on semver tags 2024-02-16 17:01:36 -08:00
4 changed files with 8 additions and 6 deletions

View File

@ -4,17 +4,19 @@ steps:
pull: true
commands:
- apt update && apt upgrade -y && apt install -y zip
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.pk3 -@
- xargs -a .pk3include -I% find . -wholename ./% | zip zorch_squadron.${CI_COMMIT_TAG}.pk3 -@
when:
- event: [tag]
- event: tag
ref: refs/tags/v*.*.*
publish:
image: woodpeckerci/plugin-gitea-release
when:
- event: [tag]
- event: tag
ref: refs/tags/v*.*.*
settings:
base_url: https://vcs.otl-hga.net
files:
- "zorch_squadron.pk3"
- "zorch_squadron.*.pk3"
prerelease: true
target: trunk
api_key:

Binary file not shown.

Binary file not shown.

View File

@ -40,7 +40,7 @@ class PowerBlastJump : Powerup {
override void Tick() {
Super.Tick();
if (blasting) {
ply.AddZ(8);
ply.AddZ(12);
}
}
@ -57,7 +57,7 @@ class InvBlastBoots : PowerupGiver {
+COUNTITEM
Tag "$TAG_BLASTBOOTS";
Powerup.Type "PowerBlastJump";
Powerup.Duration 10; // ten tics should be enough for the engine to go "oh yeah powerup" while still being an instant-effect
Powerup.Duration 35;
Inventory.Icon "NULLA0";
Inventory.AltHUDIcon "NULLA0";