diff options
| author | realtradam <[email protected]> | 2020-03-15 03:24:21 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-15 03:24:21 -0400 |
| commit | 007e9dab410d825e92b0d391fd8356efcb4cb5db (patch) | |
| tree | 1a20456a7d65202ac49c061466082b32411aa25f /Racing-Game/Interface/Camera2D.tscn | |
| parent | ace8100600de99aed17c5de718b582749f126168 (diff) | |
| download | optimal-direction-007e9dab410d825e92b0d391fd8356efcb4cb5db.tar.gz optimal-direction-007e9dab410d825e92b0d391fd8356efcb4cb5db.zip | |
updated file structure, still not done
Diffstat (limited to 'Racing-Game/Interface/Camera2D.tscn')
| -rw-r--r-- | Racing-Game/Interface/Camera2D.tscn | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Racing-Game/Interface/Camera2D.tscn b/Racing-Game/Interface/Camera2D.tscn new file mode 100644 index 0000000..31a2ec2 --- /dev/null +++ b/Racing-Game/Interface/Camera2D.tscn @@ -0,0 +1,48 @@ +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://Interface/Camera2D.gd" type="Script" id=1] +[ext_resource path="res://Art(non-orig)/LCDMonoWinTT/LCDML___.TTF" type="DynamicFontData" id=2] +[ext_resource path="res://Interface/RichTextLabel.gd" type="Script" id=3] + + + +[sub_resource type="DynamicFont" id=9] +size = 200 +font_data = ExtResource( 2 ) + +[node name="Camera2D" type="Camera2D"] +position = Vector2( -895.896, -973.722 ) +rotating = true +current = true +zoom = Vector2( 2, 2 ) +drag_margin_h_enabled = false +drag_margin_v_enabled = false +drag_margin_left = 0.05 +drag_margin_top = 0.05 +drag_margin_right = 0.05 +drag_margin_bottom = 0.05 +script = ExtResource( 1 ) +__meta__ = { +"_edit_group_": true +} + +[node name="Panel" type="Panel" parent="."] +margin_left = 479.896 +margin_top = 237.722 +margin_right = 895.896 +margin_bottom = 492.722 + +[node name="RichTextLabel" type="RichTextLabel" parent="Panel"] +anchor_right = 0.004 +margin_left = 44.7994 +margin_top = 34.9523 +margin_right = 386.135 +margin_bottom = 212.952 +custom_fonts/normal_font = SubResource( 9 ) +custom_colors/default_color = Color( 0.0784314, 1, 0, 1 ) +text = "123" +scroll_active = false +script = ExtResource( 3 ) +__meta__ = { +"_edit_group_": true +} |
