mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples/gg/rectangles.v: add missing logo.png picture
This commit is contained in:
parent
d1257f5590
commit
b22711ef33
BIN
examples/gg/logo.png
Normal file
BIN
examples/gg/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -28,7 +28,7 @@ fn main() {
|
||||
user_data: app
|
||||
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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user