20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Camera2D.gd" type="Script" id=1]
|
|
|
|
[node name="Camera2D" type="Camera2D"]
|
|
position = Vector2( 160, 90 )
|
|
current = true
|
|
smoothing_enabled = true
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Limits" type="Node" parent="."]
|
|
|
|
[node name="TopLeft" type="Position2D" parent="Limits"]
|
|
__meta__ = {
|
|
"_gizmo_extents_": 10.2
|
|
}
|
|
|
|
[node name="BottomRight" type="Position2D" parent="Limits"]
|
|
position = Vector2( 320, 180 )
|