Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 10, 2024
2 parents 85841d7 + 4416096 commit 0bc2767
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DomKit.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ flow.box {
## Runtime CSS reload

In order to get runtime CSS reload you need to:
* use a `hxd.Res.initLocal()` so you use a local filesystem to load resources. This is only available on some platforms such as HashLink
* use a `hxd.Res.initLocal()` so you use a local filesystem to load resources. This is only available to some platforms such as HashLink
* enable live update of resources: `hxd.res.Resource.LIVE_UPDATE = true;` (enabled by default on `-D debug` builds)

Then every time you modify your CSS file, the style will be reapplied to all your currently displayed components. Errors will be displayed in case of invalid CSS property or wrongly formatted value.
Expand Down
2 changes: 0 additions & 2 deletions First-outlook.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Sidenote (Windows): When using HashLink you can run them very quickly when [addi
- You can also learn from external public repositories from other **members of the community**
- [Smallest-Heaps-Examples](https://github.com/Beeblerox/Simplest-Heaps-Examples) by Beeblerox
- [haxe-heaps-examples](https://github.com/joereynolds/haxe-heaps-examples) by Joe Reynolds
- [Pewzerk-src](https://github.com/SabeDoesThings/Pewserk-src) by SabeDoesThings

### 🎈 Template games for learning

Expand All @@ -38,7 +37,6 @@ Sidenote (Windows): When using HashLink you can run them very quickly when [addi
- Learn from step-by-step **tutorials**
- [Deepnight tutorials](https://deepnight.net/tutorials/) by Deepnight/Sébastien Bénard
- [BiteSize video playlist on YouTube](https://www.youtube.com/playlist?list=PLT0YBWiI9UjE-yTXsQF8vy0t2qF5JT0-u) by Willie The Stupid Programmer
- [Space Shooter tutorial series](https://www.youtube.com/playlist?list=PLk2m2qtrQyibU9mMb68-sDzEljRb-L6lP) by SabeDoesThings

### 🏰 Complete games (open source)

Expand Down

0 comments on commit 0bc2767

Please sign in to comment.