Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| godot:gdscript [2025/10/15 07:16] – [📁 Speicherorte] silversurfer | godot:gdscript [2025/10/20 21:59] (aktuell) – [Links] 185.38.49.0 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== GDScript ====== | ====== GDScript ====== | ||
| ===== Links ===== | ===== Links ===== | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | ===== Programmier-Grundlagen ===== | + | * [[https://kidscancode.org/ |
| - | {{youtube> | + | |
| - | [[https://www.youtube.com/playlist? | + | |
| ===== GDScript Grundlagen ===== | ===== GDScript Grundlagen ===== | ||
| {{youtube> | {{youtube> | ||
| + | |||
| + | ===== Programmier-Grundlagen ===== | ||
| + | {{youtube> | ||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| ===== Cheat Sheet ===== | ===== Cheat Sheet ===== | ||
| * [[gdscript: | * [[gdscript: | ||
| + | |||
| ===== EditorScripts ===== | ===== EditorScripts ===== | ||
| {{youtube> | {{youtube> | ||
| [[https:// | [[https:// | ||
| + | |||
| ===== Script Templates ===== | ===== Script Templates ===== | ||
| ==== 🛠️ Zwei Arten von Script-Templates ==== | ==== 🛠️ Zwei Arten von Script-Templates ==== | ||
| Zeile 30: | Zeile 39: | ||
| * Editor > Script > Templates Search Path | * Editor > Script > Templates Search Path | ||
| === 📂 Struktur der Templates === | === 📂 Struktur der Templates === | ||
| - | <wrap>Die Templates müssen nach folgendem Schema organisiert sein: | + | <WRAP>Die Templates müssen nach folgendem Schema organisiert sein: |
| - | template_path/ | + | **template_path/ |
| - | template_path: | + | * template_path: |
| - | node_type: Der Node-Typ, für den das Template gelten soll (z. B. Node, CharacterBody3D) | + | |
| - | template_name: | + | |
| - | extension: gd für GDScript, cs für C# | + | |
| - | + | ||
| - | ⚠️ Wichtig: Der Ordnername für den Node-Typ ist case-sensitive! | + | |
| {{: | {{: | ||
| - | | + | <WRAP important> |
| - | * darin speicherst du dein Script Tamplate | + | |
| + | ===== StyleGuide ===== | ||
| + | | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||