This website requires JavaScript.
Explore
Help
Sign In
SketchyMaze
/
doodle
Watch
1
Star
0
Fork
0
You've already forked doodle
Code
Issues
41
Pull Requests
1
Releases
Wiki
Activity
c5353df211
doodle
/
dev-assets
/
doodads
/
doors
/
Makefile
8 lines
64 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bash for Makefiles
2021-09-06 21:06:55 +00:00
SHELL
=
/bin/bash
Doodads: Electric Trapdoor and Resettable Box * New doodad: Electric Trapdoor. It is a horizontal version of the Electric Door. Opens while powered by a button or a switch and closes when it loses power. * The Box doodad will reset to its original location if it receives a power signal from a linked Button or Switch. So for box pushing puzzles you can add a reset button in case the boxes get stuck. * Refactored the Doodad build scripts into many Makefiles for easier iteration (don't need to compile ALL doodads to test one). Updates to the JavaScript API for doodads: * Self.MoveTo(Point) is now available to set the actor's position in world coordinates.
2021-08-09 03:10:42 +00:00
ALL
:
build
.PHONY
:
build
build
:
Bash for Makefiles
2021-09-06 21:06:55 +00:00
./build.sh
Reference in New Issue
Copy Permalink