Skip to content

Commit 2a164ee

Browse files
jynusraulsntosAThousandShips
committed
Update custom drawing in 2d to Godot4
This tutorial had 2 main issues: the code wasn't adapted to Godot 4 syntax and API and the suggested tutorial contained information to workaround the (at the time) non existence of the `draw_arc()` function. A general update has been made, keeping the general structure but changing the example for something more useful and fun (replicating the godot logo with draw primitives) and an additional example with a dynamicaly built drawing (dynamic line). Too many informalities have been removed on the initial paragraph. Fixed references to Texture instead of Texture2D. Fixed old style of exporting properties to the editor. Fixed inconsistencies calling Node2D, myNode2D and customNode2D. Moved examples to the end of the page, leaving general information at the top, and completing that info with images and references. Removed references to an old demo project (Tetris). Fixes godotengine#4184 Fixes godotengine#7521 Co-authored-by: Raul Santos <[email protected]> Co-authored-by: A Thousand Ships <[email protected]>
1 parent f80b9fe commit 2a164ee

15 files changed

+789
-259
lines changed

tutorials/2d/custom_drawing_in_2d.rst

Lines changed: 789 additions & 259 deletions
Large diffs are not rendered by default.
6.5 KB
Loading
8.51 KB
Loading
5.96 KB
Loading
8.52 KB
Loading
6.01 KB
Loading
6.03 KB
Loading
5.3 KB
Loading
5.57 KB
Loading
8.87 KB
Loading

0 commit comments

Comments
 (0)