Skip to content

Make missing textures #14

Description

@Natuworkguy

Hi @kath-hill

There are many commented-out texture declaration lines that indicate that textures that have not been made yet, such as the following snippet from script.rpy:

# image bg outside = "outside_building.png"
# image bg outside_door_open = "outside_building_door_open.png"
# image bg inside = "inside_building.png"
# image bg inside_door_locked = "inside_building_door_locked.png"

# image msb normal = "msb_normal.png"
# image detective scared = "detective_scared.png"
image detective normal = "detective_normal.png"
image ai normal = "ai_normal.png"

The textures are needed to continue the character line production.

Please make the textures for:

  • Outside building
  • Outside building - door open
  • Inside building - door closed & locked
  • Inside Ms. B's office
  • Ms. B - Normal
  • Detective - Normal (Remake)
  • Detective - Scared
  • AI (AWaRE) - Normal (Remake)
  • Computer - Turned off
  • Computer - Turned on

Important

The bolded entries are currently the most important of all the missing textures.

Metadata

Metadata

Labels

DelayedAn issue or pull request that has a purposely delayed review/merge/attempt to fix.ImportantAn urgent issue or a pull request that fixes a critical bug.help wantedExtra attention is neededinvalidThis doesn't seem right

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions