1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
[gd_scene load_steps=4 format=2] [ext_resource path="res://theme.tres" type="Theme" id=1] [ext_resource path="res://console.gd" type="Script" id=2] [ext_resource path="res://smallfont.tres" type="DynamicFont" id=3] [node name="console" type="CanvasLayer"] pause_mode = 2 layer = 3 script = ExtResource( 2 ) [node name="Label" type="Label" parent="."] anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 8.0 margin_top = -24.0 margin_right = -8.0 margin_bottom = -14.0 theme = ExtResource( 1 ) custom_fonts/font = ExtResource( 3 ) valign = 1 autowrap = true percent_visible = 0.0 __meta__ = { "_edit_use_anchors_": false } [node name="Tween" type="Tween" parent="."]