Skip to content

Commit

Permalink
deploy: bab4d3b
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 30, 2024
1 parent d3eb3e7 commit e9ca312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sa/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"00C4": "debug_off\nbreakpoint \"testing debug_off opcode\" // will be ignored",
"2100": "00C3: debug_on\n2100: breakpoint // pause game\n2100: breakpoint false // pause this script\n2100: breakpoint \"blocking\" // pause game with message\n2100: breakpoint false \"not blocking\" // pause script with message\n2100: breakpoint \"Time is: %d\" TIMERA // pause game with formatted message\n2100: breakpoint false \"Value is: ~g~%d\" 0@ // pause script with formatted message",
"2101": "debug_on\n\ntrace \"Hello world!\"\n\nwait {time} 1000\ntrace \"Time: %d, ~g~Variable: %d\" TIMERA 0@",
"2102": "2102: log_to_file \".\\myLog.txt\" timestamp true text \"Line with timestamp prefix\"\n2102: log_to_file \".\\myLog.txt\" timestamp false text \"Now just the line. Timer value is: %d\" TIMERA\n\n2102: log_to_file \"userfiles:\\myUserLog.txt\" timestamp false text \"Log file in game saves location!\""
"2102": "2102: log_to_file \".\\myLog.txt\" timestamp true text \"Line with timestamp prefix\"\n2102: log_to_file \".\\myLog.txt\" timestamp false text \"Now just the line. Timer value is: %d\" TIMERA\n\n2102: log_to_file \"user:\\myUserLog.txt\" timestamp false text \"Log file in game saves location!\""
},
"default": {
"0003": "// shakes camera for 5 seconds\nTIMERA = 0\nwhile TIMERA < 5000\n wait 0\n shake_cam 50\nend",
Expand Down
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1730219632552,
"timestamp": 1730300957077,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit e9ca312

Please sign in to comment.