1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Snake added to SConstruct ROMFS build table.

It was NOT added to the default builds of the LM3S boards.
This commit is contained in:
Dado Sutter 2009-11-20 12:15:20 +00:00
parent 167cb2a514
commit 6172f55b76

View File

@ -110,7 +110,8 @@ romfs = { 'bisect' : [ 'bisect.lua' ],
'life' : [ 'life.lua' ],
'logo' : ['logo.lua', 'logo.bin' ],
'spaceship' : [ 'spaceship.lua' ],
'tetrives' : [ 'tetrives.lua' ]
'tetrives' : [ 'tetrives.lua' ],
'snake' : [ 'snake.lua' ]
}
# List of board/romfs data combinations