Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Oct 27, 2024
1 parent 371872f commit 5ad5eeb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# button frames 1

- type: entity
id: ButtonFrameGrey1
id: ButtonFrameGrey
parent: ButtonFrame
suffix: "Grey, 1"
components:
Expand All @@ -11,7 +11,7 @@
state: grey

- type: entity
id: ButtonFrameCaution1
id: ButtonFrameCaution
parent: ButtonFrame
suffix: "Caution, 1"
components:
Expand All @@ -21,7 +21,7 @@
state: caution

- type: entity
id: ButtonFrameCautionSecurity1
id: ButtonFrameCautionSecurity
parent: ButtonFrame
suffix: "Security, 1"
components:
Expand All @@ -31,7 +31,7 @@
state: caution_security

- type: entity
id: ButtonFrameExit1
id: ButtonFrameExit
parent: ButtonFrame
suffix: "Exit, 1"
components:
Expand All @@ -44,7 +44,7 @@
shader: unshaded

- type: entity
id: ButtonFrameJanitor1
id: ButtonFrameJanitor
parent: ButtonFrame
suffix: "Janitor, 1"
components:
Expand Down

0 comments on commit 5ad5eeb

Please sign in to comment.