]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Implement map text (#28705)
authorJulian Giebel <juliangiebel@live.de>
Sun, 9 Jun 2024 19:18:54 +0000 (21:18 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jun 2024 19:18:54 +0000 (15:18 -0400)
commitde07c291de827bd8a2e843974d4362a13be3bb89
treecc513c83721aec578bea420c76c961971ecd98fb
parent3ceb92a0c43d3815d65c8124cd6bea3be5140455
Implement map text (#28705)
Content.Client/MapText/MapTextComponent.cs [new file with mode: 0644]
Content.Client/MapText/MapTextOverlay.cs [new file with mode: 0644]
Content.Client/MapText/MapTextSystem.cs [new file with mode: 0644]
Content.Server/MapText/MapTextComponent.cs [new file with mode: 0644]
Content.Server/MapText/MapTextSystem.cs [new file with mode: 0644]
Content.Shared/MapText/SharedMapTextComponent.cs [new file with mode: 0644]
Content.Shared/MapText/SharedMapTextSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/mapping/map-text-component.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Markers/map_text.yml [new file with mode: 0644]