sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

main.tscn (525B)


      1 [gd_scene load_steps=4 format=2]
      2 
      3 [ext_resource path="res://src/scripts/main.gd" type="Script" id=1]
      4 [ext_resource path="res://assets/fonts/NotoSansUI.ttf" type="DynamicFontData" id=2]
      5 
      6 [sub_resource type="DynamicFont" id=1]
      7 size = 48
      8 font_data = ExtResource( 2 )
      9 
     10 [node name="Base" type="Node"]
     11 script = ExtResource( 1 )
     12 
     13 [node name="Label" type="RichTextLabel" parent="."]
     14 anchor_right = 1.0
     15 anchor_bottom = 1.0
     16 custom_fonts/normal_font = SubResource( 1 )
     17 scroll_following = true
     18 __meta__ = {
     19 "_edit_use_anchors_": false
     20 }