A game created for the Godot Wild Jam #21
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
244B

  1. [gd_resource type="DynamicFont" load_steps=2 format=2]
  2. [ext_resource path="res://Data/Fonts/Robot Killer.ttf" type="DynamicFontData" id=1]
  3. [resource]
  4. size = 20
  5. outline_size = 1
  6. outline_color = Color( 0, 0, 0, 1 )
  7. font_data = ExtResource( 1 )