Update Doodad build-scripts to tag extra data
* The Blue Azulian marks its doodad file as Hidden. * All Doodads are write locked after generation and tagged with common author value.
This commit is contained in:
parent
be48e0a772
commit
8cb4793902
|
@ -1,6 +1,4 @@
|
|||
function main() {
|
||||
Flash("Azulian '%s' initialized!", Self.Doodad.Title);
|
||||
|
||||
var playerSpeed = 12;
|
||||
var gravity = 4;
|
||||
var Vx = Vy = 0;
|
||||
|
|
|
@ -98,6 +98,7 @@ azulians() {
|
|||
|
||||
doodad convert -t "Blue Azulian" blu-front.png blu-back.png \
|
||||
blu-wr{1,2,3,4}.png blu-wl{1,2,3,4}.png azu-blu.doodad
|
||||
doodad edit-doodad -hide azu-blu.doodad
|
||||
doodad install-script azulian.js azu-blu.doodad
|
||||
|
||||
doodad convert -t "Red Azulian" red-front.png red-back.png \
|
||||
|
@ -126,3 +127,4 @@ doors
|
|||
trapdoors
|
||||
azulians
|
||||
objects
|
||||
doodad edit-doodad -quiet -lock -author "Noah" ../../assets/doodads/*.doodad
|
||||
|
|
Loading…
Reference in New Issue
Block a user