init
This commit is contained in:
29
Prototypes/Entities/foldable.yml
Normal file
29
Prototypes/Entities/foldable.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# SPDX-FileCopyrightText: 2023 TemporalOroboros <TemporalOroboros@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: entity
|
||||
id: BaseFoldable
|
||||
name: "foldable"
|
||||
abstract: true
|
||||
components:
|
||||
- type: Foldable
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
enum.FoldedVisuals.State:
|
||||
foldedLayer:
|
||||
True: {visible: true}
|
||||
False: {visible: false}
|
||||
unfoldedLayer:
|
||||
True: {visible: false}
|
||||
False: {visible: true}
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: BaseFoldable
|
||||
id: BaseDeployFoldable
|
||||
name: "deploy foldable"
|
||||
components:
|
||||
- type: DeployFoldable
|
||||
Reference in New Issue
Block a user