mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Tileset dialog for Tilorswift and fix for adding rows.
This commit is contained in:
20
js/GraphicSet.js
Normal file
20
js/GraphicSet.js
Normal file
@@ -0,0 +1,20 @@
|
||||
let GraphicSet = [
|
||||
{
|
||||
name: 'Nature',
|
||||
tileset: 'landscape01.jpg',
|
||||
tiles: 8,
|
||||
scale: 3,
|
||||
backgroundColor: '#6096ff',
|
||||
backgroundImage: null
|
||||
},
|
||||
{
|
||||
name: 'Moon',
|
||||
tileset: 'moon.jpg',
|
||||
tiles: 2,
|
||||
scale: 3,
|
||||
backgroundColor: 'black',
|
||||
backgroundImage: 'background_earth.jpg'
|
||||
}
|
||||
];
|
||||
|
||||
export default GraphicSet;
|
||||
Reference in New Issue
Block a user