-
Notifications
You must be signed in to change notification settings - Fork 181
Setup Chronosphere, Iron Curtain and Weather Control Device animations #652
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
base: master
Are you sure you want to change the base?
Conversation
dc73dfe to
99f3d56
Compare
|
rebase this please |
|
No point in that really as OpenRA/OpenRA#17787 isn't even merged. |
|
HI, the OpenRA/OpenRA#17787 has been merged. I think you can rebase this and retest this |
|
No, it is still Line 7 in 0bd1e28
|
d9b365f to
b9f5ad5
Compare
|
Rebased |
|
Needs rebase again. |
b9f5ad5 to
63489f4
Compare
eb7b980 to
a8bcae7
Compare
a8bcae7 to
526dc30
Compare
|
Had to rebase again due to #806 going in first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two commits called "Fix resources span multiple sheets."
OpenRA.Mods.RA2/Traits/Render/WithSupportPowerChargedOverlay.cs
Outdated
Show resolved
Hide resolved
OpenRA.Mods.RA2/Traits/Render/WithSupportPowerChargedOverlay.cs
Outdated
Show resolved
Hide resolved
OpenRA.Mods.RA2/Traits/Render/WithSupportPowerChargedOverlay.cs
Outdated
Show resolved
Hide resolved
526dc30 to
6e83cc5
Compare
|
Re using |
|
I think the main purpose is to modify the initialization order, which is not required in case of these rendering traits which are connected via interfaces. |
|
Here are some polish points to consider:
If the animation speed is a general mod thing not specific to these structures it can be addressed in a separate PR. |
|
Considering how we currently have the new |
6e83cc5 to
342d673
Compare
|
From my experience, rendering traits work better with interfaces than loosely coupled with conditions. |
Depends on OpenRA/OpenRA#17787.