Skip to content

Commit 5ce006f

Browse files
committed
Patches
A and B inputs swapped. Fixed start button not resetting on halt. Modified syntax highlighting to work better with labels. Added fullscreen support with either the checkbox, f11, or alt+enter.
1 parent 02f1f76 commit 5ce006f

23 files changed

+66
-40
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[folding]
2+
3+
sections_unfolded=PackedStringArray()

.godot/editor/editor_layout.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dock_filesystem_split=0
1919
dock_filesystem_display_mode=0
2020
dock_filesystem_file_sort=0
2121
dock_filesystem_file_list_display_mode=1
22-
dock_filesystem_selected_paths=PackedStringArray("res://scripts/Assembler.cs")
22+
dock_filesystem_selected_paths=PackedStringArray("res://scripts/Display.cs")
2323
dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://ui/", "res://textures/", "res://scripts/", "res://assembler/")
2424
dock_3="Scene,Import"
2525
dock_4="FileSystem"

.godot/editor/filesystem_cache8

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
ea4bc82a6ad023ab7ee23ee620429895
2-
::res://::1718796058
2+
::res://::1718962866
33
export_presets.cfg::TextFile::-1::1713337496::0::1::::<><>::
44
icon.svg::CompressedTexture2D::861406995584917885::1712738933::1715307060::1::::<><>::
5-
::res://assembler/::1718599878
6-
::res://assembler/__pycache__/::1718599878
5+
::res://assembler/::1718799881
6+
::res://assembler/__pycache__/::1718799881
77
::res://examples/::1716071704
88
::res://fonts/::1712817640
99
RobotoMono-VariableFont_wght.ttf::FontFile::8427850774767313839::1712817627::1712817640::1::::<><>::
10-
::res://scenes/::1718620720
11-
main.tscn::PackedScene::8945716566400318633::1718620720::0::1::::<><>::res://scripts/Main.cs<>uid://c74uen28j3yh7::::res://textures/redstone_lamp_2x2_on.png<>res://scripts/Display.cs<>uid://c4jtepf6uhdrh::::res://textures/redstone_lamp.png<>uid://1menyu3olet7::::res://textures/redstone_lamp_2x2.png<>uid://dthjjd0v2q0d8::::res://textures/flat.png<>uid://cp5tvg3sgxoay::::res://textures/icon_gone.svg<>uid://bbqtqs1hke4lk::::res://textures/redstone_lamp_on.png<>uid://bvgov7lqauaae::::res://textures/flat_on.png<>uid://mjjin7nu44fx::::res://icon.svg<>uid://bqg5poxt6rr84::::res://ui/Dock.tres<>res://scripts/AssemblyView.cs
10+
::res://scenes/::1718950840
11+
main.tscn::PackedScene::8945716566400318633::1718950840::0::1::::<><>::res://scripts/Main.cs<>uid://c74uen28j3yh7::::res://textures/redstone_lamp_2x2_on.png<>res://scripts/Display.cs<>uid://c4jtepf6uhdrh::::res://textures/redstone_lamp.png<>uid://1menyu3olet7::::res://textures/redstone_lamp_2x2.png<>uid://dthjjd0v2q0d8::::res://textures/flat.png<>uid://cp5tvg3sgxoay::::res://textures/icon_gone.svg<>uid://bbqtqs1hke4lk::::res://textures/redstone_lamp_on.png<>uid://bvgov7lqauaae::::res://textures/flat_on.png<>uid://mjjin7nu44fx::::res://icon.svg<>uid://bqg5poxt6rr84::::res://ui/Dock.tres<>res://scripts/AssemblyView.cs
1212
::res://scripts/::1718609626
13-
Assembler.cs::CSharpScript::-1::1718600270::0::1::::<><>::
14-
AssemblyView.cs::CSharpScript::-1::1718610299::0::1::::<>CodeEdit<>::
15-
Display.cs::CSharpScript::-1::1718420606::0::1::::<>Node<>::
16-
Main.cs::CSharpScript::-1::1718609672::0::1::::<>Node<>::
13+
Assembler.cs::CSharpScript::-1::1718799648::0::1::::<><>::
14+
AssemblyView.cs::CSharpScript::-1::1718799643::0::1::::<>CodeEdit<>::
15+
Display.cs::CSharpScript::-1::1718950861::0::1::::<>Node<>::
16+
Main.cs::CSharpScript::-1::1718798329::0::1::::<>Node<>::
1717
::res://textures/::1718421696
1818
flat.png::CompressedTexture2D::8507863446741422843::1715042572::1715042594::1::::<><>::
1919
flat_on.png::CompressedTexture2D::3873661904654679140::1715042565::1715042594::1::::<><>::
@@ -22,5 +22,5 @@ redstone_lamp.png::CompressedTexture2D::6828058795723639917::1715042556::1715042
2222
redstone_lamp_2x2.png::CompressedTexture2D::1849949843677218798::1715042584::1715042594::1::::<><>::
2323
redstone_lamp_2x2_on.png::CompressedTexture2D::7079973527727716414::1715042591::1715042594::1::::<><>::
2424
redstone_lamp_on.png::CompressedTexture2D::2490822752877950868::1715042549::1715042594::1::::<><>::
25-
::res://ui/::1718620720
26-
Dock.tres::StyleBoxFlat::3523677516880337243::1718620720::0::1::::<><>::
25+
::res://ui/::1718950614
26+
Dock.tres::StyleBoxFlat::3523677516880337243::1718950614::0::1::::<><>::

.godot/editor/filesystem_update4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ res://ui/Dock.tres
33
res://scripts/Display.cs
44
res://scripts/Main.cs
55
res://scripts/AssemblyView.cs
6+
res://scripts/Fullscreen.cs

.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Anim={
88
"grid_snap_active": false,
99
"grid_step": Vector2(8, 8),
1010
"grid_visibility": 1,
11-
"ofs": Vector2(-453.063, -169.74),
11+
"ofs": Vector2(-451.256, -165.5),
1212
"primary_grid_step": Vector2i(8, 8),
1313
"show_edit_locks": true,
1414
"show_guides": true,
@@ -32,7 +32,7 @@ Anim={
3232
"snap_rotation_step": 0.261799,
3333
"snap_scale": false,
3434
"snap_scale_step": 0.1,
35-
"zoom": 0.420448
35+
"zoom": 0.39685
3636
}
3737
3D={
3838
"fov": 70.01,
@@ -172,4 +172,4 @@ Anim={
172172
"zfar": 4000.01,
173173
"znear": 0.05
174174
}
175-
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@17171/@Panel@13/@VBoxContainer@14/@HSplitContainer@17/@HSplitContainer@25/@HSplitContainer@33/@VBoxContainer@34/@VSplitContainer@36/@VSplitContainer@62/@VBoxContainer@63/@PanelContainer@110/MainScreen/@CanvasItemEditor@9462/@VSplitContainer@9281/@HSplitContainer@9283/@HSplitContainer@9285/@Control@9286/@SubViewportContainer@9287/@SubViewport@9288/Main/NewUI/HBoxContainer/AssemblyColumn/PanelContainer/ErrorDisplay/PanelContainer/MarginContainer/VBoxContainer/Label")])
175+
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@17171/@Panel@13/@VBoxContainer@14/@HSplitContainer@17/@HSplitContainer@25/@HSplitContainer@33/@VBoxContainer@34/@VSplitContainer@36/@VSplitContainer@62/@VBoxContainer@63/@PanelContainer@110/MainScreen/@CanvasItemEditor@9462/@VSplitContainer@9281/@HSplitContainer@9283/@HSplitContainer@9285/@Control@9286/@SubViewportContainer@9287/@SubViewport@9288/Main/NewUI/HBoxContainer/ControlColumn/VBoxContainer/PanelContainer6/MarginContainer/VBoxContainer/HBoxContainer/FullscreenSetting")])

.godot/editor/main.tscn-folding-3ad5c15c4f3250da0cc7c1af1770d85f.cfg

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

.godot/editor/project_metadata.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ show_builtin_actions=false
6464

6565
[color_picker]
6666

67-
recent_presets=PackedColorArray(0.469597, 0.590639, 0.649338, 1, 0.528498, 0.576089, 0.62135, 1, 0, 0, 0, 1, 0.464165, 0.42955, 0.276309, 1, 0.105882, 1, 1, 1, 0.105882, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0.145098, 0.168627, 0.203922, 0.890196)
67+
recent_presets=PackedColorArray(1, 1, 1, 1, 0.145098, 0.168627, 0.203922, 0.890196, 1, 0.360784, 0.32549, 1, 0.617455, 0.617455, 0.617455, 0, 0.859894, 0.518262, 0.345109, 0, 0.858824, 0.517647, 0.345098, 0.529412, 0.858824, 0.517647, 0.345098, 1, 0.807957, 0.468327, 0.294252, 1, 0.911635, 0.60823, 0.458849, 1)

.godot/editor/recent_dirs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
res://ui
21
res://scripts
2+
res://ui
33
res://scenes
44
D:/Programming/Python/batpu-vm-builds/windows
55
D:/Programming/Python/batpu-vm-builds/linux
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
56856
1+
63064
22
D:/Programming/Godot/Godot_v4.2.2-stable_mono_win64/Godot_v4.2.2-stable_mono_win64.exe
1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)