MCPcopy Create free account
hub / github.com/PerroEngine/Perro / default_scene_2d

Function default_scene_2d

perro_source/devtools/perro_cli/src/scaffold.rs:411–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411fn default_scene_2d() -> String {
412 r#"$root = @main
413
414[main]
415
416[Node2D]
417 position = (0, 0)
418[/Node2D]
419[/main]
420"#
421 .to_string()
422}
423
424fn default_scene_3d() -> String {
425 r#"$root = @main

Callers 1

new_scene_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected