feat: impl

This commit is contained in:
2026-04-14 15:24:54 +08:00
parent 9942bd9a7f
commit dd43bb1a1d
26 changed files with 3665 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"projectFileVersion": 4,
"projectName": "Simple Test Project",
"sourceFiles": ["**/*.yarn"],
"baseLanguage": "en"
}
+12
View File
@@ -0,0 +1,12 @@
title: Start
---
Hello, world!
This is a simple test dialogue.
===
title: Greeting
tags: greeting
---
Player: Hi there!
NPC: Welcome to our game!
===
+7
View File
@@ -0,0 +1,7 @@
title: AnotherNode
---
This is another test node.
<<if $variable>>
Conditional text here.
<<endif>>
===