claude godot 4 port
This commit is contained in:
@@ -1,55 +1,57 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=4 format=3]
|
||||
|
||||
[ext_resource path="res://scenes/temperature_display/temperature_display.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/font/resource/temperature_bold.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://assets/font/resource/temperature_normal.tres" type="DynamicFont" id=3]
|
||||
[ext_resource type="Script" path="res://scenes/temperature_display/temperature_display.gd" id="1"]
|
||||
[ext_resource type="FontVariation" path="res://assets/font/resource/temperature_bold.tres" id="2"]
|
||||
[ext_resource type="FontVariation" path="res://assets/font/resource/temperature_normal.tres" id="3"]
|
||||
|
||||
[node name="temperature_display" type="HBoxContainer"]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
custom_constants/separation = -2
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_constants/separation = -2
|
||||
alignment = 1
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_horizontal_guides_": [ 143.0 ]
|
||||
}
|
||||
script = ExtResource("1")
|
||||
degrees_fahrenheit = 32.0
|
||||
|
||||
[node name="celsius" type="Label" parent="."]
|
||||
margin_top = 2.0
|
||||
margin_right = 18.0
|
||||
margin_bottom = 38.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
offset_top = 2.0
|
||||
offset_right = 18.0
|
||||
offset_bottom = 38.0
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
theme_override_font_sizes/font_size = 38
|
||||
text = "?"
|
||||
|
||||
[node name="degrees" type="Label" parent="."]
|
||||
margin_left = 16.0
|
||||
margin_top = 2.0
|
||||
margin_right = 45.0
|
||||
margin_bottom = 38.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
offset_left = 16.0
|
||||
offset_top = 2.0
|
||||
offset_right = 45.0
|
||||
offset_bottom = 38.0
|
||||
theme_override_fonts/font = ExtResource("3")
|
||||
theme_override_font_sizes/font_size = 38
|
||||
text = "°C"
|
||||
|
||||
[node name="slash" type="Label" parent="."]
|
||||
margin_left = 43.0
|
||||
margin_top = 2.0
|
||||
margin_right = 75.0
|
||||
margin_bottom = 38.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
offset_left = 43.0
|
||||
offset_top = 2.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 38.0
|
||||
theme_override_fonts/font = ExtResource("3")
|
||||
theme_override_font_sizes/font_size = 38
|
||||
text = " / "
|
||||
|
||||
[node name="fahrenheit" type="Label" parent="."]
|
||||
margin_left = 73.0
|
||||
margin_top = 2.0
|
||||
margin_right = 91.0
|
||||
margin_bottom = 38.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
offset_left = 73.0
|
||||
offset_top = 2.0
|
||||
offset_right = 91.0
|
||||
offset_bottom = 38.0
|
||||
theme_override_fonts/font = ExtResource("2")
|
||||
theme_override_font_sizes/font_size = 38
|
||||
text = "?"
|
||||
|
||||
[node name="degrees2" type="Label" parent="."]
|
||||
margin_left = 89.0
|
||||
margin_top = 2.0
|
||||
margin_right = 118.0
|
||||
margin_bottom = 38.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
offset_left = 89.0
|
||||
offset_top = 2.0
|
||||
offset_right = 118.0
|
||||
offset_bottom = 38.0
|
||||
theme_override_fonts/font = ExtResource("3")
|
||||
theme_override_font_sizes/font_size = 38
|
||||
text = "°F"
|
||||
|
||||
Reference in New Issue
Block a user