Doodad property for creatures: "No AI" #91
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The game's built-in creature doodads could have a "No AI" property added.
When placed in a level, the creator can toggle the "No AI" property and the doodad will disable its AI during gameplay.
e.g., gravity and mobile-ness may still apply but they don't run any actions to move or interact with the world at all (early return from
function main()
).Creatures should include: Azulians, Birds, Thief, Snake, Crusher.