Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 23 additions & 17 deletions Resources/Maps/_ES/Lobby/lobby_theater.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
meta:
format: 7
category: Map
engineVersion: 275.0.0
engineVersion: 277.0.0
forkId: ""
forkVersion: ""
time: 05/05/2026 21:14:47
time: 06/23/2026 19:11:25
entityCount: 1630
maps:
- 1
Expand Down Expand Up @@ -599,6 +599,23 @@ entities:
- type: Transform
pos: -3.4787006,50.966038
parent: 2
- proto: ESCarpetFancyBlack
entities:
- uid: 1614
components:
- type: Transform
pos: -6.5,-113.5
parent: 2
- uid: 1615
components:
- type: Transform
pos: -5.5,-113.5
parent: 2
- uid: 1616
components:
- type: Transform
pos: -4.5,-113.5
parent: 2
- proto: ESCarpetTheater
entities:
- uid: 3
Expand Down Expand Up @@ -1314,21 +1331,6 @@ entities:
- type: Transform
pos: 6.5,-15.5
parent: 2
- uid: 1614
components:
- type: Transform
pos: -6.5,-113.5
parent: 2
- uid: 1615
components:
- type: Transform
pos: -5.5,-113.5
parent: 2
- uid: 1616
components:
- type: Transform
pos: -4.5,-113.5
parent: 2
- proto: ESChairTheater
entities:
- uid: 54
Expand Down Expand Up @@ -7387,6 +7389,10 @@ entities:
- type: Transform
pos: -5.5,-113.5
parent: 2
- type: PointLight
falloff: 0
color: '#FFB8B8FF'
radius: 2
- proto: ESStatueKarlMarx
entities:
- uid: 1239
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
- type: entity
id: ESStatueFungus
parent: BaseStructure
name: dancing fungus statue
description: A painstakingly chiseled statue commemorating the best dance ever performed in all of existence.
name: dancing fungus
description: A mysterious fungal growth. It's hitting a dance so perfect you can't help but watch.
components:
- type: Sprite
noRot: true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,71 @@
},
"states": [
{
"name": "fungus"
"name": "fungus",
"delays": [
[
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04,
0.04
]
]
},
{
"name": "karlmarx"
Expand Down
Loading