Created start of Interactive modifier

This commit is contained in:
2026-01-28 20:10:59 -08:00
parent 1104ff273b
commit 2544d6770e
7 changed files with 212 additions and 29 deletions

View File

@ -44,7 +44,7 @@ class Data {
#desc = "**Player movement system**. Takes the player's input and moves the player's character."
#icon = "luxe: image/modifier/modifier.svg"
class FirstPersonPlayer is API {
set_movement_active(entity: Entity, active: Bool) {
static set_movement_active(entity: Entity, active: Bool) {
system(entity).movement_active = active
}
}