mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 02:23:22 +08:00
add Node.hockey attr
This commit is contained in:
parent
6af6c29c75
commit
3fc454e62c
@ -1 +1 @@
|
||||
162333092055412382592908646337833811891
|
||||
13232982614587399777499103804305366643
|
||||
@ -586,6 +586,7 @@ class Node:
|
||||
move_left_right: float = 0.0
|
||||
curse_death_time: int = 0
|
||||
boxing_gloves: bool = False
|
||||
hockey: bool = False
|
||||
use_fixed_vr_overlay: bool = False
|
||||
allow_kick_idle_players: bool = False
|
||||
music_continuous: bool = False
|
||||
|
||||
@ -409,6 +409,7 @@ def _special_class_cases(classname: str) -> str:
|
||||
' move_left_right: float = 0.0\n'
|
||||
' curse_death_time: int = 0\n'
|
||||
' boxing_gloves: bool = False\n'
|
||||
' hockey: bool = False\n'
|
||||
' use_fixed_vr_overlay: bool = False\n'
|
||||
' allow_kick_idle_players: bool = False\n'
|
||||
' music_continuous: bool = False\n'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user