Browse Source

Make win text larger

master
Luna 7 years ago
parent
commit
1e04ce705f
1 changed files with 18 additions and 5 deletions
  1. +18
    -5
      scenes/objective.tscn

+ 18
- 5
scenes/objective.tscn View File

@ -1,13 +1,14 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=8 format=2]
[ext_resource path="res://scripts/objective.gd" type="Script" id=1] [ext_resource path="res://scripts/objective.gd" type="Script" id=1]
[ext_resource path="res://assets/objective.obj" type="ArrayMesh" id=2] [ext_resource path="res://assets/objective.obj" type="ArrayMesh" id=2]
[ext_resource path="res://assets/DejaVuSansMono.ttf" type="DynamicFontData" id=3]
[sub_resource type="BoxShape" id=1] [sub_resource type="BoxShape" id=1]
extents = Vector3( 7, 0.25, 7 ) extents = Vector3( 7, 0.25, 7 )
[sub_resource type="SpatialMaterial" id=5]
[sub_resource type="SpatialMaterial" id=2]
render_priority = 0 render_priority = 0
flags_transparent = false flags_transparent = false
@ -59,11 +60,19 @@ proximity_fade_enable = false
distance_fade_enable = false distance_fade_enable = false
_sections_unfolded = [ "Albedo" ] _sections_unfolded = [ "Albedo" ]
[sub_resource type="CapsuleShape" id=4]
[sub_resource type="CapsuleShape" id=3]
radius = 0.5 radius = 0.5
height = 14.0 height = 14.0
[sub_resource type="DynamicFont" id=4]
size = 50
use_mipmaps = false
use_filter = false
font_data = ExtResource( 3 )
_sections_unfolded = [ "Extra Spacing", "Font", "Resource", "Settings" ]
[node name="FullObjective" type="Spatial" index="0"] [node name="FullObjective" type="Spatial" index="0"]
[node name="Objective" type="RigidBody" parent="." index="0"] [node name="Objective" type="RigidBody" parent="." index="0"]
@ -115,7 +124,7 @@ lod_max_distance = 0.0
lod_max_hysteresis = 0.0 lod_max_hysteresis = 0.0
mesh = ExtResource( 2 ) mesh = ExtResource( 2 )
skeleton = NodePath("..") skeleton = NodePath("..")
material/0 = SubResource( 5 )
material/0 = SubResource( 2 )
_sections_unfolded = [ "Transform", "material" ] _sections_unfolded = [ "Transform", "material" ]
[node name="HingeJoint" type="HingeJoint" parent="." index="1"] [node name="HingeJoint" type="HingeJoint" parent="." index="1"]
@ -152,7 +161,7 @@ _sections_unfolded = [ "Collision", "Transform" ]
[node name="CollisionShape" type="CollisionShape" parent="Rod" index="0"] [node name="CollisionShape" type="CollisionShape" parent="Rod" index="0"]
shape = SubResource( 4 )
shape = SubResource( 3 )
disabled = false disabled = false
_sections_unfolded = [ "Transform", "Visibility" ] _sections_unfolded = [ "Transform", "Visibility" ]
@ -246,8 +255,12 @@ mouse_filter = 2
mouse_default_cursor_shape = 0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 4 size_flags_vertical = 4
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0.0898438, 0.0898438, 0.0898438, 1 )
align = 1
percent_visible = 1.0 percent_visible = 1.0
lines_skipped = 0 lines_skipped = 0
max_lines_visible = -1 max_lines_visible = -1
_sections_unfolded = [ "custom_colors", "custom_constants", "custom_fonts", "custom_styles" ]

Loading…
Cancel
Save