first strike fixes: PathFinder + move cursors, AlwaysVisible, QuantizeFacingsFromSequence stand, swat squad on the shellmap — boots clean, zero yaml errors
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
5c73776376
commit
e4b88dd464
@ -2,3 +2,7 @@ Cursors:
|
|||||||
cursors/assets/default.png:
|
cursors/assets/default.png:
|
||||||
default:
|
default:
|
||||||
Start: 0
|
Start: 0
|
||||||
|
move:
|
||||||
|
Start: 0
|
||||||
|
move-blocked:
|
||||||
|
Start: 0
|
||||||
|
|||||||
@ -28,3 +28,15 @@ Players:
|
|||||||
Faction: Random
|
Faction: Random
|
||||||
|
|
||||||
Actors:
|
Actors:
|
||||||
|
Actor1: swat
|
||||||
|
Location: 14,16
|
||||||
|
Owner: Neutral
|
||||||
|
Actor2: swat
|
||||||
|
Location: 17,15
|
||||||
|
Owner: Neutral
|
||||||
|
Actor3: swat
|
||||||
|
Location: 19,18
|
||||||
|
Owner: Neutral
|
||||||
|
Actor4: swat
|
||||||
|
Location: 16,19
|
||||||
|
Owner: Neutral
|
||||||
|
|||||||
@ -17,11 +17,12 @@ example.colorpicker:
|
|||||||
-MapEditorData:
|
-MapEditorData:
|
||||||
|
|
||||||
swat:
|
swat:
|
||||||
Interactable:
|
AlwaysVisible:
|
||||||
Selectable:
|
Selectable:
|
||||||
HitShape:
|
HitShape:
|
||||||
BodyOrientation:
|
BodyOrientation:
|
||||||
QuantizeFacingsFromSequence:
|
QuantizeFacingsFromSequence:
|
||||||
|
Sequence: stand
|
||||||
Mobile:
|
Mobile:
|
||||||
Locomotor: foot
|
Locomotor: foot
|
||||||
Speed: 56
|
Speed: 56
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
world:
|
world:
|
||||||
Inherits: ^baseworld
|
Inherits: ^baseworld
|
||||||
|
PathFinder:
|
||||||
Locomotor@foot:
|
Locomotor@foot:
|
||||||
Name: foot
|
Name: foot
|
||||||
TerrainSpeeds:
|
TerrainSpeeds:
|
||||||
@ -42,6 +43,7 @@ world:
|
|||||||
|
|
||||||
editorworld:
|
editorworld:
|
||||||
Inherits: ^baseworld
|
Inherits: ^baseworld
|
||||||
|
PathFinder:
|
||||||
Locomotor@foot:
|
Locomotor@foot:
|
||||||
Name: foot
|
Name: foot
|
||||||
TerrainSpeeds:
|
TerrainSpeeds:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user