Skip to content

Commit

Permalink
Gitignore update and export changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksprugevics committed Oct 11, 2023
1 parent 01f360d commit d5ad254
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 112 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.import/
export.cfg
export_presets.cfg
*.tmp
Builds/

# Imported translations (automatically generated from CSV files)
*.translation
Expand All @@ -13,4 +15,3 @@ export_presets.cfg
.mono/
data_*/
mono_crash.*.json
*.tmp
2 changes: 1 addition & 1 deletion Scenes/main_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ offset_top = -27.0
offset_right = 106.0
offset_bottom = -1.0
grow_vertical = 0
text = "Version 1.0.0"
text = "Version 1.0.0.0"

[connection signal="file_selected" from="CenterContainer/VBoxContainer/PointcloudFileBrowser" to="." method="_on_pointcloud_file_browser_file_selected"]
[connection signal="toggled" from="CenterContainer/VBoxContainer/VBoxContainer/LabelCheckBox" to="." method="_on_label_check_box_toggled"]
Expand Down
2 changes: 1 addition & 1 deletion Scripts/main_menu.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Control

const VIEWER_SCENE = "res://scenes//viewer.tscn"
const VIEWER_SCENE = "res://Scenes//viewer.tscn"
const UNLABELED_LABEL = "__UNLABELED__"
const INT64_MAX = (1 << 63) - 1

Expand Down
2 changes: 1 addition & 1 deletion Scripts/viewer.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Node3D

const MENU_SCENE = "res://scenes//main_menu.tscn"
const MENU_SCENE = "res://Scenes//main_menu.tscn"

@onready var worldEnvironment = $WorldEnvironment
@onready var cameraBody = $CharacterBody3D
Expand Down
216 changes: 108 additions & 108 deletions Themes/menu_theme.tres

Large diffs are not rendered by default.

0 comments on commit d5ad254

Please sign in to comment.