Lucas Luel Posted March 26, 2021 Share Posted March 26, 2021 Hello  It's possible to change the sprite frame value? I think the value of sprite frames in Intersect Engine is 4 frames for each column, but I want to change to 8 frames, because my sprite is duplicated in game  If you can help me, thank you so much! Link to comment Share on other sites More sharing options...
1 Justn Posted March 26, 2021 Share Posted March 26, 2021 Server> Resources> config.json  "Sprites": {   "IdleFrames": 4,   "NormalFrames": 8,   "CastFrames": 4,   "AttackFrames": 4,   "ShootFrames": 4,   "WeaponFrames": 4,   "NormalSheetAttackFrame": 3,   "NormalSheetDashFrame": 1,   "MovingFrameDuration": 200,   "IdleFrameDuration": 200,   "TimeBeforeIdle": 4000 juan12916, SarcasticSloth24 and Lucas Luel 1 2 Link to comment Share on other sites More sharing options...
0 Lucas Luel Posted March 26, 2021 Author Share Posted March 26, 2021 3 minutes ago, Justn said: Server> Resources> config.json  "Sprites": {   "IdleFrames": 4,   "NormalFrames": 8,   "CastFrames": 4,   "AttackFrames": 4,   "ShootFrames": 4,   "WeaponFrames": 4,   "NormalSheetAttackFrame": 3,   "NormalSheetDashFrame": 1,   "MovingFrameDuration": 200,   "IdleFrameDuration": 200,   "TimeBeforeIdle": 4000 Thank you so much friend! Justn and SarcasticSloth24 2 Link to comment Share on other sites More sharing options...
Question
Lucas Luel
Hello
Â
It's possible to change the sprite frame value? I think the value of sprite frames in Intersect Engine is 4 frames for each column, but I want to change to 8 frames, because my sprite is duplicated in game
Â
If you can help me, thank you so much!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts