Skip to content

Commit

Permalink
feat: improve godot visualizer (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
EehMauro authored Oct 15, 2024
1 parent e380d0f commit 8de4ebf
Show file tree
Hide file tree
Showing 89 changed files with 4,301 additions and 183 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ target
# .env files
**/.env

.mono
.mono
**/.DS_Store
1 change: 1 addition & 0 deletions godot-visualizer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.godot/
/android/
build/
**/.DS_Store
68 changes: 0 additions & 68 deletions godot-visualizer/map.gd

This file was deleted.

38 changes: 0 additions & 38 deletions godot-visualizer/map.tscn

This file was deleted.

32 changes: 0 additions & 32 deletions godot-visualizer/orbits.gd

This file was deleted.

9 changes: 6 additions & 3 deletions godot-visualizer/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ config_version=5
[application]

config/name="visualizer"
run/main_scene="res://map.tscn"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
config/icon="res://resources/icon.svg"

[autoload]

Global="*res://scripts/global.gd"

[display]

window/size/viewport_width=3840
window/size/viewport_height=2160
window/size/resizable=false

[rendering]

Expand Down
Loading

0 comments on commit 8de4ebf

Please sign in to comment.