stats
This commit is contained in:
12
Tetrominos/DynamicFont.tres
Normal file
12
Tetrominos/DynamicFont.tres
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://impact.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
|
||||
size = 14
|
||||
use_mipmaps = false
|
||||
use_filter = false
|
||||
font_data = ExtResource( 1 )
|
||||
_sections_unfolded = [ "Font", "Settings" ]
|
||||
|
@ -203,7 +203,7 @@ _sections_unfolded = [ "Draw Passes", "Drawing", "Geometry", "LOD", "Process Mat
|
||||
|
||||
[node name="SpotLight" type="SpotLight" parent="." index="2"]
|
||||
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 1 )
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0.5 )
|
||||
layers = 1
|
||||
light_color = Color( 1, 1, 1, 1 )
|
||||
light_energy = 4.0
|
||||
|
@ -127,4 +127,5 @@ func emit_trail(emit):
|
||||
for mino in minoes:
|
||||
trail = mino.get_node("Trail")
|
||||
trail.emitting = emit
|
||||
trail.restart()
|
||||
trail.restart()
|
||||
mino.get_node("SpotLight").visible = emit
|
Reference in New Issue
Block a user