Skip to content

Commit

Permalink
release part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Jul 24, 2024
1 parent 68fde95 commit 169e1df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.gscc
*.gscasm
*.cscc
*.cscasm
*.luac
*.zip
/build/
9 changes: 9 additions & 0 deletions demo/zm_demo.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function autoexec __init__system__() {

function __init__() {
callback::on_spawned(&on_player_spawned);
test = 2;
}

function __main__() {
Expand All @@ -24,10 +25,18 @@ function on_player_spawned() {
level endon(#"end_game", #"game_ended");
self endon(#"disconnect", #"spawned_player");

// CTRL + J

wait 1;

self val::set(#"zm_demo_lazy", "ignoreme", true);

self.dqzzdzqdqzd = 2;

if (1 + self.dqzzdzqdqzd) {
self iprintlnbold("ok !");
}

while (true) {
self.score = 42000;

Expand Down

0 comments on commit 169e1df

Please sign in to comment.