updated
This commit is contained in:
parent
521b5e88d3
commit
4de428cb2d
15 changed files with 30 additions and 73 deletions
|
|
@ -34,7 +34,7 @@ $table-header-bg: #44475a // Steely blue for table headers (unchanged)
|
|||
$table-border-color: #6272a4 // Muted blue-gray for borders (unchanged)
|
||||
|
||||
// Default Header Sizes and Colors
|
||||
$default-header-sizes: (h1: 2em, h2: 1.75em, h3: 1.3em, h4: 1.25em, h5: 1.1em, h6: 1em)
|
||||
$default-header-sizes: (h1: 2em, h2: 1.75em, h3: 1.5em, h4: 1.25em, h5: 1.1em, h6: 1em)
|
||||
$default-header-colors: (h1: $quaternary-color, h2: $quinary-color, h3: $primary-color, h4: $secondary-color)
|
||||
|
||||
// Initialize empty maps
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
@use "sass:map"
|
||||
@use 'variables' as *
|
||||
@use '../../../../../../../_share/media/sass/mixins' as mixins-basic
|
||||
|
||||
h2
|
||||
margin-bottom: 0
|
||||
text-transform: uppercase
|
||||
|
||||
ul, ol
|
||||
margin: 0
|
||||
padding-left: 3em
|
||||
margin-top: 0.5em
|
||||
|
||||
ul.contents-overview
|
||||
padding-left: 1em
|
||||
list-style-type: none
|
||||
|
||||
li
|
||||
margin: 0
|
||||
margin-bottom: .5em
|
||||
|
||||
a
|
||||
font-weight: 600
|
||||
text-transform: uppercase
|
||||
text-decoration: none
|
||||
text-underline-offset: 6px
|
||||
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
1
_share/media/sass/content-overview.sass
Symbolic link
1
_share/media/sass/content-overview.sass
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/Users/ronny/notes/_share/media/sass/content-overview.sass
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
@use "sass:map"
|
||||
@use "sass:color"
|
||||
@use 'var2' as *
|
||||
@use 'variables' as *
|
||||
@use 'fonts' as fonts
|
||||
@use '../../../../../../../_share/media/sass/mixins' as mixins-basic
|
||||
@use 'mixins' as mixins-basic
|
||||
|
||||
@include mixins-basic.set-header-sizes($default-header-sizes)
|
||||
@include mixins-basic.set-header-colors($default-header-colors)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#+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 02 | Game Scene
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#+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 03 | Paddle Scene
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#+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 04 | Gem Scene
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#+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 05 | Windows and Viewports
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#+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 06 | Nodes and Inheritance
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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 07, 08 | Moving/ Removing the Gem
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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 09, 10 | Export annotation, Moving the Paddle
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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, 12 | Signals, Custom Signals
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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, 14 | Spawn Timer, Spawning gems
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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 15 | Scoring
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#+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 16, 17 | Game Over, Sound End Game
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/godot.css" />
|
||||
|
||||
* Links
|
||||
- [[../../toc.org][TOC - Godot Notes]]
|
||||
|
|
|
|||
28
toc.org
28
toc.org
|
|
@ -1,22 +1,24 @@
|
|||
#+title: Jumpstart to 2D Game Development: Godot 4.3+ for Beginners
|
||||
#+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" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="_share/media/css/content-overview.css" />
|
||||
|
||||
* Links
|
||||
#+attr_html: :class links
|
||||
- [[../../../course-listings.org][Courses Listing]]
|
||||
- [[https://www.udemy.com/course/jumpstart-to-2d-game-development-godot-4-for-beginners/learn/lecture/45145347#overview][Godot2D Course]]
|
||||
|
||||
* Table of Contents
|
||||
* Contents Overview
|
||||
|
||||
** Section 3 - An intro to Godot with Gem Catcher
|
||||
*** [[./_subsections/sec03/lesson-02.org][Lesson 02 | Game Scene]]
|
||||
*** [[./_subsections/sec03/lesson-03.org][Lesson 03 | Paddle Scene]]
|
||||
*** [[./_subsections/sec03/lesson-04.org][Lesson 04 | Gem Scene]]
|
||||
*** [[./_subsections/sec03/lesson-05.org][Lesson 05 | Windows and Viewports]]
|
||||
*** [[./_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, 12 | Signals, Custom Signals]]
|
||||
*** [[./_subsections/sec03/lesson-13.org][Lesson 13, 14 | Spawn Timer, Spawning items]]
|
||||
*** [[./_subsections/sec03/lesson-15.org][Lesson 15 | Scoring]]
|
||||
*** [[./_subsections/sec03/lesson-16.org][Lesson 16, 17 | Game Over, Sound / End Game]]
|
||||
#+attr_html: :class contents-overview
|
||||
- [[./_subsections/sec03/lesson-02.org][Lesson 02 | Game Scene]]
|
||||
- [[./_subsections/sec03/lesson-03.org][Lesson 03 | Paddle Scene]]
|
||||
- [[./_subsections/sec03/lesson-04.org][Lesson 04 | Gem Scene]]
|
||||
- [[./_subsections/sec03/lesson-05.org][Lesson 05 | Windows and Viewports]]
|
||||
- [[./_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, 12 | Signals, Custom Signals]]
|
||||
- [[./_subsections/sec03/lesson-13.org][Lesson 13, 14 | Spawn Timer, Spawning items]]
|
||||
- [[./_subsections/sec03/lesson-15.org][Lesson 15 | Scoring]]
|
||||
- [[./_subsections/sec03/lesson-16.org][Lesson 16, 17 | Game Over, Sound / End Game]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue