aboutsummaryrefslogtreecommitdiff
path: root/tools/tscn-to-bsn/src/helps/help.txt
blob: 4eed0863d16c04cf1878f983793d537d4b22a221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
A simple program for translating Godot 4's TSCN (*.tscn) files
                     into Bevy 0.19's bsn! macro invocation code.

USAGE: tscn2bsn [SUBCOMMAND] <ARGS..>

Flags:
  /H /Help                Show this text
  /P /Project <PROJ_DIR>  Godot project path

Commands:
  ast <TSCN_FILE>         Analyze the AST of a *.tscn file, output as JSON
  build-uid-index         Build the uid index for the current Godot project