Jump to content
  • 0

Intersect Engine - Sprite Frames


Lucas Luel

Question

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

  • 1

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

Link to comment
Share on other sites

  • 0
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!

Link to comment
Share on other sites

×
×
  • Create New...