touch ups

This commit is contained in:
ronny abraham 2024-11-16 22:05:19 +02:00
parent c0f9737c1b
commit 4c058548ab
3 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../../_share/media/css/org-mode.css" />
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../_share/media/css/godot.css" />
#+title: Section 03 - Lesson 11 | Signals
#+title: Section 03 - Lesson 11, 12 | Signals, Custom Signals
* Links
- [[../../toc.org][TOC - Godot Notes]]
@ -8,7 +8,8 @@
- [[https://www.udemy.com/course/jumpstart-to-2d-game-development-godot-4-for-beginners/learn/lecture/45070479#announcements][S03:L23.12 - Custom Signals]]
* Notes
** signals
** Signals
- messaging system
- way of communicating between nodes

View file

@ -0,0 +1,9 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../../../_share/media/css/org-mode.css" />
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../_share/media/css/godot.css" />
#+title: Section 03 - Lesson 13 | Spawn Timer
* Links
- [[../../toc.org][TOC - Godot Notes]]
- [[https://www.udemy.com/course/jumpstart-to-2d-game-development-godot-4-for-beginners/learn/lecture/45070483#announcements][S03:L22.13 - Spawn Timer]]
* Notes

View file

@ -18,4 +18,5 @@ https://www.udemy.com/course/jumpstart-to-2d-game-development-godot-4-for-beginn
*** [[./_subsections/sec03/lesson-06.org][Lesson 06 | Nodes and Inheritance]]
*** [[./_subsections/sec03/lesson-07.org][Lesson 07, 08 | Moving the Gem, Removing the Gem]]
*** [[./_subsections/sec03/lesson-09.org][Lesson 09 | Export Annotation]]
*** [[./_subsections/sec03/lesson-11.org][Lesson 11 | Signals]]
*** [[./_subsections/sec03/lesson-11.org][Lesson 11, 12 | Signals, Custom Signals]]
*** [[./_subsections/sec03/lesson-13.org][Lesson 13 | Spawn Timer]]