Steve Nguyen commited on
Commit
d32ba1c
·
1 Parent(s): b52ebca
assets/README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Assets Directory
2
+
3
+ This directory contains images and other assets for your visual novel.
4
+
5
+ ## Directory Structure
6
+
7
+ - `backgrounds/` - Background images for scenes
8
+ - `sprites/` - Character sprite images
9
+
10
+ ## Supported Formats
11
+
12
+ - PNG (recommended for transparency)
13
+ - JPG/JPEG
14
+ - GIF (for animated sprites)
15
+ - WebP
16
+ - SVG
17
+
18
+ ## Image Recommendations
19
+
20
+ ### Backgrounds
21
+ - Recommended size: 1200x800 or 16:9 aspect ratio
22
+ - Format: JPG or PNG
23
+
24
+ ### Character Sprites
25
+ - Recommended size: 400x800 (portrait orientation)
26
+ - Format: PNG with transparency
27
+ - For animated sprites: Use GIF or WebP
28
+
29
+ ## Usage in Code
30
+
31
+ Use the helper functions to load assets:
32
+
33
+ ```python
34
+ from main import background_asset, sprite_asset
35
+
36
+ # In your story builder:
37
+ builder.set_background(background_asset("courtyard.png"), label="Courtyard")
38
+
39
+ builder.set_characters([
40
+ CharacterDefinition(
41
+ name="Hero",
42
+ image_url=sprite_asset("hero.png"),
43
+ animated=False
44
+ ),
45
+ ])
46
+ ```
assets/audio/confused1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d39dc2b54808450bdca99e2250d0a331fb8f4e4d86c5986677ec8eead62b076
3
+ size 1510322
assets/audio/wake_up.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a305d9270288dd7572640b843d27be9705274e8713eb7a8f391b0d8194673c
3
+ size 72180
assets/backgrounds/p3.png ADDED

Git LFS Details

  • SHA256: c6c02abb040a1e5cf216ca581d908dc582100e90b40ac10d46f294ce8da798bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
assets/backgrounds/p60-back-cover.png ADDED

Git LFS Details

  • SHA256: d1641a5945ac15c6ff96fe497601c5a940d328b865dda881799fbad16d8268d8
  • Pointer size: 131 Bytes
  • Size of remote file: 549 kB
assets/backgrounds/workshop_bg.png ADDED

Git LFS Details

  • SHA256: 3984091b589d72315932b5addeb312f3128a24984bd34547044d98f66ca700d1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.65 MB
assets/backgrounds/workshop_bg_light.png ADDED

Git LFS Details

  • SHA256: 0c69a6ae1c600d30a65c30c734948d86774ff8b8eff97365101d4ebeee525410
  • Pointer size: 132 Bytes
  • Size of remote file: 3.15 MB
assets/sprites/Reachy-mini-highlight.svg ADDED

Git LFS Details

  • SHA256: 6485d186b8b47cc07e0e8825aca6b6604943811695ae559f118c8f5d48ccd31e
  • Pointer size: 131 Bytes
  • Size of remote file: 629 kB
assets/sprites/ReachyMini_emotions_happy.svg ADDED

Git LFS Details

  • SHA256: 609ad3b944289c393b71702453702e7ef508c599dffb024bb2399671306deb73
  • Pointer size: 131 Bytes
  • Size of remote file: 743 kB
assets/sprites/reachy-mini-cartoon.svg ADDED

Git LFS Details

  • SHA256: 067613984cd12dd1246498a6185eb80eb558fa172b997396c438103b5ba9ffbe
  • Pointer size: 131 Bytes
  • Size of remote file: 740 kB