about to add SDL and probably break everything

This commit is contained in:
2023-01-16 10:01:06 -08:00
parent dbe2409287
commit 23fc1206ba
54 changed files with 904 additions and 138 deletions

View File

@ -1,8 +1,15 @@
undefined,UNDEFINED
hello.world,Hello World!\n
scene.1.1,Hello Scene 1_1!
hello.world,Hello World!
character.penny.name,Penny
1234,"1
2
3
4"
scene.1.1,"This is the scene to explain that you're dead, lmao"
scene.2.1,"This scene has you waking in the new world"
scene.3.1,"This is the scene to prep you for the first game"
scene.4.1,"First Poker Game with friendlies"
scene.5.1,"After first game, wind up maybe shop instructions or something"
scene.6.1,"Talk with death probably, check in on you, etc."
scene.7.1,"Pre-Orc Battle"
scene.8.1,"Orc Battle"
scene.9.1,"Immediately Post Orc Battle"
scene.10.1,"Morning after orc battle and some foreshadowing"
scene.11.1,"Pre battle with theif"
scene.12.1,"Battle with theif"
1 undefined UNDEFINED
2 hello.world Hello World!\n Hello World!
scene.1.1 Hello Scene 1_1!
3 character.penny.name Penny
4 1234 scene.1.1 1 2 3 4 This is the scene to explain that you're dead, lmao
5 scene.2.1 This scene has you waking in the new world
6 scene.3.1 This is the scene to prep you for the first game
7 scene.4.1 First Poker Game with friendlies
8 scene.5.1 After first game, wind up maybe shop instructions or something
9 scene.6.1 Talk with death probably, check in on you, etc.
10 scene.7.1 Pre-Orc Battle
11 scene.8.1 Orc Battle
12 scene.9.1 Immediately Post Orc Battle
13 scene.10.1 Morning after orc battle and some foreshadowing
14 scene.11.1 Pre battle with theif
15 scene.12.1 Battle with theif