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:
parent
167cb2a514
commit
6172f55b76
@ -110,7 +110,8 @@ romfs = { 'bisect' : [ 'bisect.lua' ],
|
|||||||
'life' : [ 'life.lua' ],
|
'life' : [ 'life.lua' ],
|
||||||
'logo' : ['logo.lua', 'logo.bin' ],
|
'logo' : ['logo.lua', 'logo.bin' ],
|
||||||
'spaceship' : [ 'spaceship.lua' ],
|
'spaceship' : [ 'spaceship.lua' ],
|
||||||
'tetrives' : [ 'tetrives.lua' ]
|
'tetrives' : [ 'tetrives.lua' ],
|
||||||
|
'snake' : [ 'snake.lua' ]
|
||||||
}
|
}
|
||||||
|
|
||||||
# List of board/romfs data combinations
|
# List of board/romfs data combinations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user