updated sass paths
This commit is contained in:
parent
469111223d
commit
73901a62bd
4 changed files with 10 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#+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/org-media-sass/categories/graphics.css" />
|
||||
#+title: Lesson 11: Creating the first enemy
|
||||
|
||||
[[../../arpg/toc.org][< Back to Main TOC]]
|
||||
* Links
|
||||
- [[../../arpg/toc.org][TOC - Godot Notes]]
|
||||
|
||||
* Notes
|
||||
** Create a New Sprite
|
||||
|
|
|
|||
|
|
@ -1,10 +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: Lesson 12: Player-Enemy Collisions
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../_share/media/css/org-media-sass/categories/graphics.css" />
|
||||
|
||||
* Links
|
||||
- [[../../arpg/toc.org][< Back to Main TOC]]
|
||||
- [[../../arpg/toc.org][TOC - Godot Notes]]
|
||||
- [[https://youtu.be/WVQkOWY3zxQ?si=UILX6fBQ_Zw1cZoK][Player-enemy collision]]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +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" />
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../_share/media/css/org-media-sass/categories/graphics.css" />
|
||||
#+title: Lesson 13: Player Health | part 1
|
||||
|
||||
|
||||
* Links
|
||||
- [[../../arpg/toc.org][< Back to Main TOC]]
|
||||
- [[../../arpg/toc.org][TOC - Godot Notes]]
|
||||
- [[https://www.youtube.com/watch?v=7rmtxjAjUPc][Player Health | part 1]]
|
||||
|
||||
|
||||
|
|
|
|||
7
toc.org
7
toc.org
|
|
@ -1,9 +1,8 @@
|
|||
#+title: Godot Notes
|
||||
#+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: ARPG Godot Notes
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../_share/media/css/org-media-sass/categories/graphics.css" />
|
||||
|
||||
* Links
|
||||
- [[../../course-listings.org][Main Course Listing]]
|
||||
- [[../../../course-listings.org][Main Course Listing]]
|
||||
|
||||
|
||||
* Notes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue