You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 Fix firework memory leak and update pixi.js
This commit is contained in:
@@ -75,8 +75,8 @@ export const HabboAvatarGeometry = {
|
||||
'id': 'swim',
|
||||
'width': 64,
|
||||
'height': 70,
|
||||
'dx': 25,
|
||||
'dy': 10
|
||||
'dx': 0,
|
||||
'dy': 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1715,6 +1715,46 @@ export const HabboAvatarGeometry = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'id': 'leftarm',
|
||||
'x': -1,
|
||||
'y': 0,
|
||||
'z': 0.0,
|
||||
'radius': 0.6,
|
||||
'items': [
|
||||
{
|
||||
'id': 'lhs',
|
||||
'x': 0,
|
||||
'y': 0,
|
||||
'z': 0,
|
||||
'radius': 0.01,
|
||||
'nx': 0,
|
||||
'ny': 0,
|
||||
'nz': -1,
|
||||
'double': false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'id': 'rightarm',
|
||||
'x': 1,
|
||||
'y': 0,
|
||||
'z': 0.0,
|
||||
'radius': 0.6,
|
||||
'items': [
|
||||
{
|
||||
'id': 'rhs',
|
||||
'x': 0,
|
||||
'y': 0,
|
||||
'z': 0,
|
||||
'radius': 0.01,
|
||||
'nx': 0,
|
||||
'ny': 0,
|
||||
'nz': -1,
|
||||
'double': false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'id': 'head',
|
||||
'x': 0,
|
||||
|
||||
Reference in New Issue
Block a user