Skip to content

Commit f208f47

Browse files
committed
Fix sample by drawing the full player
1 parent 3db6e91 commit f208f47

File tree

9 files changed

+115
-149
lines changed

9 files changed

+115
-149
lines changed

tiny-doc/src/docs/asciidoc/sample/_boot.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- coucouc
12
function _init()
23
ready = false
34
dt = 0

tiny-doc/src/docs/asciidoc/sample/_tiny.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"#FF77A8",
2929
"#FFCCAA"
3030
],
31-
"sounds": ["test.mid"],
3231
"scripts": [
3332
"pong.lua"
3433
],
81 Bytes
Loading

tiny-doc/src/docs/asciidoc/sample/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<tiny-spritesheet name="game.png"></tiny-spritesheet>
1515
<!-- GAME_SPRITESHEET_END -->
1616
<!-- GAME_LEVEL --><!-- GAME_LEVEL_END -->
17-
<!-- GAME_SOUND -->
18-
<tiny-sound name="test.mid"></tiny-sound>
19-
<!-- GAME_SOUND_END -->
17+
<!-- GAME_SOUND --><!-- GAME_SOUND_END -->
2018
<tiny-colors name="#000000,#1D2B53,#7E2553,#008751,#AB5236,#5F574F,#C2C3C7,#FFF1E8,#FF004D,#FFA300,#FFEC27,#00E436,#29ADFF,#83769C,#FF77A8,#FFCCAA"></tiny-colors>
2119
</tiny-game>
2220
</div>

0 commit comments

Comments
 (0)