mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Add excite action
This commit is contained in:
@@ -1093,6 +1093,7 @@ export const enum Action {
|
||||
SwitchToolRev,
|
||||
SwitchToPlaceTool,
|
||||
SwitchToTileTool,
|
||||
Excite,
|
||||
}
|
||||
|
||||
export const enum InfoFlags {
|
||||
@@ -1103,7 +1104,7 @@ export const enum InfoFlags {
|
||||
}
|
||||
|
||||
export function isExpressionAction(action: Action) {
|
||||
return action === Action.Yawn || action === Action.Laugh || action === Action.Sneeze;
|
||||
return action === Action.Yawn || action === Action.Laugh || action === Action.Sneeze || action === Action.Excite;
|
||||
}
|
||||
|
||||
export interface EditorPlaceAction {
|
||||
|
||||
Reference in New Issue
Block a user