Add Godot scripting starting notes

This commit is contained in:
Marcello 2021-09-19 12:10:20 +02:00
parent 8a74634625
commit 76550dfa3c
8 changed files with 243 additions and 16 deletions

View file

@ -148,7 +148,7 @@ Project
```cs
<Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
<Found Context="routeData"> // for component routing
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
<NotFound>