LuisMayo / LuisMayo/objection_engine

No way to set sprites to blank/empty?

Open Beginner friendly
#117 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
122
Forks
24
PR merge metrics
No merged PRs in 30d

Description

I wanted to do an effect where the camera pans through the courtroom but the characters are absent; however, it appears the `sprite` command doesn't have a way to make a given sprite position be blank. We can show/hide the witness stand and benches via the `hide` command, but not *just* the characters.

This should be an easy fix, I think - just need to add a hardcoded option to the handling of the `sprite` command in `ace_attorney_scene.py` around line 676.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open ace_attorney_scene.py around line 676 and inspect how the sprite command handles character positions. Add the requested blank or empty option for an individual character position without hiding the witness stand or benches. Done means a scene can pan through the courtroom with selected characters absent while other elements remain visible.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.