Trying new stuff with the camera and grid. I want to be able to move a unit but there is a problem with the grid at the moment. I am now trying to implement a new way of handling the camera, maybe then I can move on to moving units...
This commit is contained in:
@@ -9,6 +9,11 @@ script = ExtResource("1_ig7ij")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="SmartCamera2D" type="Camera2D" parent="."]
|
||||
limit_left = 0
|
||||
limit_top = 0
|
||||
limit_right = 800
|
||||
limit_bottom = 480
|
||||
limit_smoothed = true
|
||||
position_smoothing_enabled = true
|
||||
script = ExtResource("2_du7i2")
|
||||
target = NodePath("..")
|
||||
|
||||
Reference in New Issue
Block a user