LDJam user 277851

Ludum Dare 51

Unity Games Avoid Borders Setting

I' just hit the update button in accident and this old post seems come to the top of my flow. I must claim that I have switched to godot, and I'm waiting the new function in godot 4.3 which alows me to embed game in ld page. if you know how to embed game from 4.2 please tell me.

It took me some time to work out how to upload the unity game so that it embeds correctly without border.

I've noticed that some unity authors face same problems, so I write this to show you how to do.

Step1

Select the minimized template

In Edit/ProjectSetting/WebGL Setting

And make sure the canvas size is less than 948*533

tem.png

Step2

After the build, make edits to Index.html

Step2.1

The problem that lead to the bord is that < body > has a default margin

Add "margin:0px" to body.style

Step2.2

If the size of your game is exactly 948x533

then body will produce a scrollbar that block your game

Add "overflow:hidden" to body.style

The final < body > should look like this

<body style="text-align: center;margin:0px;overflow:hidden">

Ludum Dare 52

I'm ready!

diff.jpg

I tried to redraw the picture from the last ld. I am still only able to draw some simple outlines but it is nice to see some improvement gained from the last few months.

Yay! thank you, ludumdare, and everyone who encouraged me.

~~Three times still not enough. I wish there were 100 ludumdare held in a year!~~

Yeah!

I don't have a cat, so I drew Sprigatitos! hope everyone can have fun in this ludumdare

sprigatitos.png

Ludum Dare 54

I'm ready!

wormup.png Even though I can only sketch simple outlines right now, each Ludum Dare helps me improve. Thanks to Ludum Dare and everyone involved. hopping to create something truly fun to play this time.let's go!!

Ludum Dare 55

Progress and Random stuff

up.png

I've been doodling in every Ludum Dare game I've made since LD51.

I've worked really hard for the past 6 months but still can't draw fine art. This is what I've got now.

ex.jpg

Thanks everyone who encouraged me, Wish I could make a crazy game this time

Ludum Dare 56

draw a godette >w

2024.9.13ld.png

(Unfortunately after my testing, we still can't embed the game to LD webpage by godot4.3 even with the single threaded export)

Ludum Dare 57

Ludum Dare 58