Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • solarus solarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 222
    • Issues 222
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Solarus Games
  • solarussolarus
  • Issues
  • #790

Closed
Open
Created Nov 09, 2015 by Diarandor@DiarandorDeveloper

Enhancement: sprite animation of brandished item only shows first frame.

I created a pickable item that is brandished when obtained and its animation has several frames. The sprite animation of the pickable is the same used when brandishing the item. When the hero brandish the treasure, only the first frame is shown, because the map is suspended (so the sprite animation is paused).

I think that the suspension of the map should not affect the sprite animation of the brandished item.

I tried to use the following workaround

pickable:get_sprite():set_ignore_suspend(true)

in the map script, but it does not work (the sprite of the pickable is not being used in the brandishing animation).

There is no possible workaround since there is no function to get the sprite of the brandished item.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking