Skip to content

Commit

Permalink
Added required assets for example
Browse files Browse the repository at this point in the history
  • Loading branch information
undersquire committed Jul 14, 2023
1 parent 3b7e495 commit 4d0d164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/data/test.my_asset.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(
value: 12345,
other_asset: "data/test.my_other_asset.ron",
)
3 changes: 3 additions & 0 deletions assets/data/test.my_other_asset.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(
value: true,
)

0 comments on commit 4d0d164

Please sign in to comment.