Skip to content

Commit

Permalink
end
Browse files Browse the repository at this point in the history
end
  • Loading branch information
xingwangzhe committed Nov 19, 2024
1 parent 1d0143e commit 9605229
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 9 deletions.
14 changes: 7 additions & 7 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=0
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
texture_format/s3tc_bptc=false
texture_format/etc2_astc=true
binary_format/architecture="x86_64"
codesign/enable=false
codesign/timestamp=true
Expand Down Expand Up @@ -68,7 +68,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
name="Web"
platform="Web"
runnable=true
advanced_options=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
Expand All @@ -85,20 +85,20 @@ script_export_mode=2

custom_template/debug=""
custom_template/release=""
variant/extensions_support=true
variant/extensions_support=false
variant/thread_support=false
vram_texture_compression/for_desktop=true
vram_texture_compression/for_desktop=false
vram_texture_compression/for_mobile=false
html/export_icon=false
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/focus_canvas_on_start=false
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/ensure_cross_origin_isolation_headers=false
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/display=3
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
Expand Down
5 changes: 3 additions & 2 deletions main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ anchor_right = 1.0
offset_right = 275.0
offset_bottom = 23.0
grow_horizontal = 2
theme_override_fonts/font = ExtResource("24_o1f5i")
theme_override_fonts/font = ExtResource("1_uw873")
text = "计算机科学与技术 2302班 20235883 王兴家"
horizontal_alignment = 1

Expand All @@ -232,6 +232,7 @@ offset_left = 238.405
offset_top = 84.96
offset_right = 438.405
offset_bottom = 184.96
theme_override_fonts/normal_font = ExtResource("1_uw873")
theme_override_fonts/mono_font = ExtResource("1_uw873")
bbcode_enabled = true
text = "
Expand Down Expand Up @@ -271,7 +272,7 @@ bbcode_enabled = true
text = "[center]帮助[/center][center]0.在底边输入自定义字符串|| 1.直接输入数字可快速选中右边栏的示例串
2.方向键快速选中按钮 || 3.按n键单次运行
4.此windows应用为离线版本,亦可以通过web来访问在线版本(毕竟浏览器才是多平台适配:)
[url=\"https://turing-machine.xingwangzhe.fun\"]https://turing-machine.xingwangzhe.fun[/url] "
[url=\"https://xingwangzhe.itch.io/turing-machine\"]https://xingwangzhe.itch.io/turing-machine[/url] "
script = ExtResource("27_kxkpc")

[node name="tag" type="RichTextLabel" parent="VBoxContainer"]
Expand Down
Loading

0 comments on commit 9605229

Please sign in to comment.