youtd2 icon indicating copy to clipboard operation
youtd2 copied to clipboard

Classic community-driven session-based Tower Defense game with RPG elements.

Results 23 youtd2 issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Praytic/youtd2/assets/10060411/04a8585e-3254-4d63-8890-b4d8dbd2fe93)

bug
assets

Last entries in logs which might caused the crash: ``` ... Creep has been spawned [Creep:]. Project FPS: 75 (13.33 mspf) Creep has been spawned [Creep2:]. Vulkan queue submit: Swapchain...

bug

Currently it is not possible to start placing a tower if you can’t afford it. But… * it would be nice to see the range of a tower and whether...

enhancement

Track this issue here: https://github.com/godotengine/godot/issues/70691

bug
platform: web

For doing a high-score match on two different devices with the same waves, it would be practical to a) have the random waves, item drops and random gamemodes be derived...

It would be neat to be able to pause (without the menu) and accelerate time in singleplayer. Pausing can help slow readers to thoroughly read all the item descriptions the...

https://github.com/Praytic/youtd2/blob/5f8beed8c828240b107bf1b7f661ce1cafc74d3a/src/creeps/wave.gd#L336 look at 383 line https://github.com/Praytic/youtd2/blob/5f8beed8c828240b107bf1b7f661ce1cafc74d3a/src/creeps/wave.gd#L383 --- By the way I don't really understand creep_size naming that. I think it's kind of like creep_category. creep_category -> creep_race (sorry, my English...

- Fixed: [_get_average_ingredient_level](https://github.com/Praytic/youtd2/blob/72695e52f2f43d13ccc5684d1f60caae64e782f0/src/game_scene/horadric_cube.gd#L282C1-L297C51) which only skips numerator additions for non-permanent items while keeps denominator the size of item list - influences/fixes Imbue recipe - Removed unnecessary luck messages for recipes...