Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tool
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 16, 2024
2 parents 96d4a4b + 277b5cb commit 07187ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game/renpy_utility_tool/utility.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ init -999 python:
def all_characters():
return myUtility.all_characters(store)

def get_value_by_character_key(character, dict):
return myUtility.get_value_by_character_key(character, dict)

label set_background(img):
scene expression (img) as bg

Expand Down

0 comments on commit 07187ef

Please sign in to comment.