You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
feat: persist scale for room ads / branding furni
InteractionRoomAds now carries a `scale` default value (100) alongside imageUrl/clickUrl/offsetX/Y/Z, so the image zoom set in the client's position editor is stored and broadcast like the other branding fields.
This commit is contained in:
+4
@@ -29,6 +29,10 @@ public class InteractionRoomAds extends InteractionCustomValues {
|
||||
{
|
||||
this.put("offsetZ", "0");
|
||||
}
|
||||
|
||||
{
|
||||
this.put("scale", "100");
|
||||
}
|
||||
};
|
||||
|
||||
public InteractionRoomAds(ResultSet set, Item baseItem) throws SQLException {
|
||||
|
||||
Reference in New Issue
Block a user