I see, that's an alternative way to do it, thanks Peter!
One thing that I didn't try was to generate my own index.html file and include the generated js code on it, but I assume the js will try to change things around the html at runtime.
And another related question: Is there any way to define my ...
Search found 26 matches
- Wed Dec 04, 2024 7:38 pm
- Forum: Game Programming
- Topic: Control the generated html for a web app
- Replies: 2
- Views: 11069
- Wed Dec 04, 2024 3:03 pm
- Forum: Game Programming
- Topic: Control the generated html for a web app
- Replies: 2
- Views: 11069
Control the generated html for a web app
How can I control the html file contents that encloses the game? Like in the picture below:
https://i.imgur.com/ep07J1i.png
This is the current app generated with the "Create App" and choosing the "Web" option.
Let's say I want to add a banner on the top of the game, or links to the side of it ...
https://i.imgur.com/ep07J1i.png
This is the current app generated with the "Create App" and choosing the "Web" option.
Let's say I want to add a banner on the top of the game, or links to the side of it ...
- Wed Dec 04, 2024 2:53 pm
- Forum: Game Programming
- Topic: Is it possible to create a game window without tile?
- Replies: 4
- Views: 14513
Re: Is it possible to create a game window without tile?
Thanks! #PB_Window_BorderLess did the trick, I'm using it with #PB_Window_ScreenCentered to show the game screen centered.
- Mon Dec 02, 2024 8:27 pm
- Forum: Game Programming
- Topic: Is it possible to create a game window without tile?
- Replies: 4
- Views: 14513
Is it possible to create a game window without tile?
When I call OpenWindow, I want to create a window without the "title" part. In my case the call is like this:
OpenWindow(0, 0, 0, 800, 600, "4th Breakout", WindowFlags)
It shows a window with "4th Breakout" on a white background bar at the top. Is it possible to not show it?
Thanks!
OpenWindow(0, 0, 0, 800, 600, "4th Breakout", WindowFlags)
It shows a window with "4th Breakout" on a white background bar at the top. Is it possible to not show it?
Thanks!
- Fri Nov 25, 2022 3:14 pm
- Forum: Showcase
- Topic: RoguelikeLike - roguelike game
- Replies: 8
- Views: 38115
Re: RoguelikeLike - roguelike game
Hi Fred!
I made a small change to allow to play the game with the arrow keys. I think this will work on a different keyboard layout, it's a good thing to keep in mind on the next games, thank you!
I made a small change to allow to play the game with the arrow keys. I think this will work on a different keyboard layout, it's a good thing to keep in mind on the next games, thank you!
- Thu Nov 10, 2022 2:52 pm
- Forum: Showcase
- Topic: RoguelikeLike - roguelike game
- Replies: 8
- Views: 38115
Re: RoguelikeLike - roguelike game
Thanks bembulak!
- Wed Aug 31, 2022 2:56 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Add FormatNumber
- Replies: 2
- Views: 8412
Re: Add FormatNumber
Nice!
- Sun Jul 11, 2021 10:11 pm
- Forum: Showcase
- Topic: RoguelikeLike - roguelike game
- Replies: 8
- Views: 38115
Re: RoguelikeLike - roguelike game
Thank you for your support chikega.
- Sun Nov 08, 2020 2:41 pm
- Forum: Showcase
- Topic: Game jam entry - Dodge Disc - SpiderBasic Version
- Replies: 2
- Views: 21638
Re: Game jam entry - Dodge Disc - SpiderBasic Version
Thank you plouf!
- Fri Nov 06, 2020 3:43 pm
- Forum: Showcase
- Topic: Game jam entry - Dodge Disc - SpiderBasic Version
- Replies: 2
- Views: 21638
Game jam entry - Dodge Disc - SpiderBasic Version
Hi you all!
I made a small game for the Disc Room Game jam . It's called Dodge Disc ("If you can dodge a disc you can dodge a ball!"):
https://img.itch.zone/aW1hZ2UvODA2MjkwLzQ1MTgxMTMucG5n/original/J9hVDX.png
You can play the game and get the source code compatible with PureBasic and SpiderBasic ...
I made a small game for the Disc Room Game jam . It's called Dodge Disc ("If you can dodge a disc you can dodge a ball!"):
https://img.itch.zone/aW1hZ2UvODA2MjkwLzQ1MTgxMTMucG5n/original/J9hVDX.png
You can play the game and get the source code compatible with PureBasic and SpiderBasic ...