You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
668 B

[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/majority_judgment/shaders/linear_grade.shader" type="Shader" id=1]
[ext_resource path="res://addons/majority_judgment/nodes/MajorityJudgmentLinearGradeNode.gd" type="Script" id=2]
[ext_resource path="res://sprites/grades/number_0.png" type="Texture" id=3]
[sub_resource type="ShaderMaterial" id=1]
resource_local_to_scene = true
shader = ExtResource( 1 )
shader_param/grade_icon = ExtResource( 3 )
[node name="MajorityJudgmentLinearGradeNode" type="ColorRect"]
material = SubResource( 1 )
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}