This repository was archived by the owner on Dec 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
_internal/templater/tpl/root Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414### Godot
1515
1616| Preview | Name | Tutorial | Features | Language | Networking |
17- | ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
17+ | ------- | ---- | -------- | -------- | -------- | ---------- |
1818| ![ Preview] ( ./godot/bomber/_media/preview_128.png ) | [ Bomber] ( ./godot/bomber ) | [ Tutorial] ( https://rivet.gg/learn/godot/tutorials/crash-course ) | ♟️🌐 | GDScript | High-Level Multiplayer |
1919
2020
2121
2222### Unity
2323
2424| Preview | Name | Tutorial | Features | Language | Networking |
25- | ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
25+ | ------- | ---- | -------- | -------- | -------- | ---------- |
2626| ![ Preview] ( ./unity/tanks-fishnet/_media/preview_128.png ) | [ Tanks] ( ./unity/tanks-fishnet ) | [ Tutorial] ( https://rivet.gg/learn/unity/tutorials/fishnet/crash-course ) | ♟️🌐 | C# | Fish-Networking |
2727
2828
Original file line number Diff line number Diff line change 1111
1212{% macro engine_table(engine, rendering) -%}
1313| Preview | Name | Tutorial | Features | Language | Networking |{% if rendering %} Rendering |{% endif %}
14- | ------- | ---- | -------- | -------- | -------- | ---------- | --------- |
14+ | ------- | ---- | -------- | -------- | -------- | ---------- |{% if rendering %} --------- |{% endif %}
1515{% for ex in examples -%}
1616{% if ex.engine_id == engine -%}
1717| {% if ex.has_preview %}{% endif %} | [{{ ex.config.display.title }}]({{ ex.path }}) | {% if ex.config.display.tutorial_url %}[Tutorial]({{ ex.config.display.tutorial_url }}){% endif %} | {{ ex.features }} | {{ ex.language }} | {{ex.networking }} |{% if rendering %} {{ ex.rendering }} |{% endif %}
You can’t perform that action at this time.
0 commit comments