mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 13:01:39 +09:00
Adjusted icon size and offset
This commit is contained in:
@@ -61,9 +61,11 @@ local function show_protected_entity(player, entity)
|
|||||||
sprite = 'utility/notification',
|
sprite = 'utility/notification',
|
||||||
target = entity,
|
target = entity,
|
||||||
target_offset = {
|
target_offset = {
|
||||||
(rb.x-entity.position.x)*0.8,
|
(rb.x-entity.position.x)*0.75,
|
||||||
(rb.y-entity.position.y)*0.8
|
(rb.y-entity.position.y)*0.75
|
||||||
},
|
},
|
||||||
|
x_scale = 2,
|
||||||
|
y_scale = 2,
|
||||||
surface = entity.surface,
|
surface = entity.surface,
|
||||||
players = { player }
|
players = { player }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user