examples/gg/rectangles.v: add missing logo.png picture
parent
d1257f5590
commit
b22711ef33
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -28,7 +28,7 @@ fn main() {
|
||||||
user_data: app
|
user_data: app
|
||||||
init_fn: init_images
|
init_fn: init_images
|
||||||
)
|
)
|
||||||
app.image = app.gg.create_image('logo.png')
|
app.image = app.gg.create_image(os.resource_abs_path('logo.png'))
|
||||||
app.gg.run()
|
app.gg.run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue