Skip to content

Commit

Permalink
Rearranged examples
Browse files Browse the repository at this point in the history
Added basics and dragtoscroll

Fixes #53
  • Loading branch information
britzl committed Mar 31, 2022
1 parent a301ec8 commit 36215a4
Show file tree
Hide file tree
Showing 30 changed files with 3,410 additions and 53 deletions.
4 changes: 2 additions & 2 deletions example/allfeatures/allfeatures.collection
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ instances {
}
instances {
id: "crosshair"
prototype: "/example/assets/objects/crosshair.go"
prototype: "/example/shared/objects/crosshair.go"
position {
x: 0.0
y: 0.0
Expand All @@ -69,7 +69,7 @@ instances {
}
instances {
id: "hitman"
prototype: "/example/assets/objects/hitman.go"
prototype: "/example/shared/objects/hitman.go"
position {
x: 344.0
y: 321.0
Expand Down
Loading

0 comments on commit 36215a4

Please sign in to comment.