TechnicalSoup

Results 3 comments of TechnicalSoup
trafficstars

I think a better way to describe the range function is that the starting value is always **inclusive** and the ending value is always **exclusive**. I your point that the...

> **URL to the documentation page:** https://docs.godotengine.org/en/latest/getting_started/first_2d_game/03.coding_the_player.html uses export, tried changing to @export but that didn't work I found that changing **export** to **@export** worked - and I was able...

> The last export I need to find new syntax I guess? I think the format for the second export will be `@export var mob_scene: PackedScene` although I haven't actually...