Skip to content

Commit

Permalink
implement .veg editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kran27 committed Dec 20, 2024
1 parent 6c0b01f commit ea122a0
Show file tree
Hide file tree
Showing 9 changed files with 2,019 additions and 905 deletions.
9 changes: 1 addition & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
VBExtender/byte_arrays.h linguist-generated=true
VBExtender/defs.h linguist-generated=true
VBLauncher/Editor.Designer.vb linguist-generated=true
VBLauncher/Main.Designer.vb linguist-generated=true
VBLauncher/ModLoader.Designer.vb linguist-generated=true
VBLauncher/Options.Designer.vb linguist-generated=true
VBLauncher/My Project/Application.Designer.vb linguist-generated=true
VBLauncher/My Project/AssemblyInfo.vb linguist-generated=true
VBLauncher/My Project/Resources.Designer.vb linguist-generated=true
VBLauncher/My Project/Settings.Designer.vb linguist-generated=true
*.Designer.cs linguist-generated=true
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
url = https://github.com/microsoft/Detours
[submodule "VBExtender/ImGui"]
path = VBExtender/ImGui
url = https://github.com/ocornut/imgui
url = https://github.com/ocornut/imgui
[submodule "ImGuiColorTextEditNet"]
path = ImGuiColorTextEditNet
url = https://github.com/kran27/ImGuiColorTextEditNet
1 change: 1 addition & 0 deletions ImGuiColorTextEditNet
Submodule ImGuiColorTextEditNet added at 3436f8
Loading

0 comments on commit ea122a0

Please sign in to comment.