Doodad property for creatures: "No AI" #91
Labels
No labels
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#91
Loading…
Add table
Add a link
Reference in a new issue
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.