Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PadraigK committed Oct 17, 2023
1 parent 651f0c1 commit a203df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This requires the programmer to ensure that the path to the node, and its type,
If we run SceneGen on this project, our root `Player` type will be extended with typed descriptions of each node. These can then be accessed in a type-safe way:

```
let sprite = node(.sprite2D_marker2d)
let marker = node(.sprite2D_marker2d)
```

The programmer is no longer responsible for maintaining the types and the paths. This will lead to fewer run-time bugs and crashes, provide helpful code completion suggestions in your IDE, and allow faster iteration cycles.
Expand Down

0 comments on commit a203df4

Please sign in to comment.