Skip to content

Commit

Permalink
Add camera
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Oct 2, 2021
1 parent 8ad1e57 commit 9e1b865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions level/Cafe.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ size = Vector3( 16, 1, 20 )

[node name="Cafe" type="Spatial"]

[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.707107, -0.541675, 0.45452, 0, 0.642788, 0.766044, -0.707107, -0.541675, 0.45452, 28.25, 15.25, 22.25 )
current = true
far = 200.0

[node name="MeshInstance2" type="MeshInstance" parent="."]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3.75, 1.5, 8.25 )
mesh = SubResource( 1 )
Expand Down

0 comments on commit 9e1b865

Please sign in to comment.