Skip to content

Commit 0891e66

Browse files
committed
refactor(zscript): reduce the scripts included by default
This removes some scripts that aren't useful, or aren't a good fit for default inclusion. * delete `gameover_menus.zh` * delete `LISP.zh` * delete `Music.zh` * delete `sprites.zh` * delete `styles.zh` * delete `theRandomHeader_v2.zh` * delete `ZVersion.zh` * delete `tango/1.0` and `tango/1.2` (keeping just 1.3) * move `sram.zh` to `deprecated/sram.zh` * move `theRandomHeader_v3.zh` to `deprecated/theRandomHeader.zh` * move `time.zh` to `deprecated/time.zh` * move example scripts to `headers/examples` * remove `std` including `EmilyMisc.zh` - include yourself as needed
1 parent 6d5b466 commit 0891e66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+25
-15037
lines changed

resources/headers/GUITest.qst

-870 KB
Binary file not shown.

resources/headers/LISP.zh

Lines changed: 0 additions & 2035 deletions
This file was deleted.

resources/headers/Music.zh

Lines changed: 0 additions & 1067 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#include "std.zh"
2+
#include "gui.zh"
3+
14
global script GUITest
25
{
36
void run()
@@ -102,4 +105,3 @@ global script GUITest
102105
}
103106
}
104107
}
105-

resources/headers/tangoQuickStart.zh renamed to resources/headers/examples/tango_example.zh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// tango.zh
2-
// Version 1.3.3
3-
1+
#include "std.zh"
2+
#include "tango.zh"
3+
#include "tango/font/tango_OracleProportional.zh"
44

55
// Background CSet and color 0-15
66
const int TQS_BG_CSET = 0;
@@ -32,8 +32,6 @@ const int TQS_SFX_CANCEL = 0;
3232
// End settings
3333

3434

35-
#include "tango/font/tango_OracleProportional.zh"
36-
3735
const int STYLE_TQS = 0;
3836

3937

resources/headers/gameover_menus.zh

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)