Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Изменение коллизии у Флагов #123

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
- type: entity
parent: BaseStructure
# < Made by DarkSide
- type: entity
id: LPPFlagWallBase
abstract: true
placement:
mode: SnapgridCenter
components:
- type: Transform
anchored: true
- type: Clickable
- type: Physics
bodyType: Static
- type: Pullable
- type: Tag
tags:
- Structure
# < End

- type: entity
parent: LPPFlagWallBase # < Edit DarkSide
id: LPPFlagPoleBase
name: flag pole
description: Metal flagpole with a flag hanging from it.
Expand Down
Loading