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

Adds offsettable tank turrets #16939

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

TiviPlus
Copy link
Member

@TiviPlus TiviPlus commented Jan 18, 2025

About The Pull Request

TO USE:
tank:
turret_overlay = /atom/movable/vis_obj/turret_overlay/offset/mynewsubtype

/atom/movable/vis_obj/turret_overlay/offset/mynewsubtype/initialize
turret_offsets = list(TEXT_NORTH = list(10, 10), TEXT_EAST = list(-10, -10), TEXT_SOUTH = list(-100, -100), TEXT_WEST = list(100, 100))

replace above list with whatever offsets you need

Why It's Good For The Game

MJP asked this for a thing hes doing

Changelog

🆑
code: Added backend for offsettable tank turrets
/:cl:

@TiviPlus TiviPlus added the Code Improvement Changes for adhering to code standards and codebase maintainability. label Jan 18, 2025
@despong
Copy link

despong commented Jan 19, 2025

finally the icc ifv will now look as it does in my aseprite file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Improvement Changes for adhering to code standards and codebase maintainability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants