Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tgw3ff
2021-SP-CS4096-97-TDG
Commits
9d691224
Commit
9d691224
authored
May 05, 2021
by
tgw3ff
Browse files
Shrink Player Camera Size
The player camer no longer reveals the entire level.
parent
cb84ec94
Changes
1
Hide whitespace changes
Inline
Side-by-side
CS 4096-97 Top Down Game/actors/Player.tscn
View file @
9d691224
...
...
@@ -22,7 +22,7 @@ cast_to = Vector2( 0, 6 )
[node name="Camera2D" type="Camera2D" parent="."]
offset = Vector2( 4, 4 )
current = true
zoom = Vector2( 0.
6
, 0.
6
)
zoom = Vector2( 0.
2
, 0.
2
)
drag_margin_left = 0.01
drag_margin_top = 0.01
drag_margin_right = 0.01
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment