Fix bar and base signs (#39487)

sorry
This commit is contained in:
kosticia
2025-08-09 01:44:40 +03:00
committed by GitHub
parent ce7b7c1adf
commit 168186f75b
3 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
- type: entity
id: BaseBarSign
parent: [ BaseWallmountGlass, BaseWallmountMetallic ]
parent: [ BaseWallmountGlass, BaseWallmountMachine ]
name: bar sign
abstract: true
components:

View File

@@ -20,3 +20,5 @@
snapCardinals: true
- type: StaticPrice
price: 20
- type: Transform
anchored: false

View File

@@ -6,6 +6,8 @@
snap:
- Wallmount
components:
- type: Physics
canCollide: false
- type: Clickable
- type: WallMount
- type: InteractionOutline