Skip to content

Commit

Permalink
STABLE Updating to the latest version of Godot and latest DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNCatz committed Jan 1, 2022
1 parent 4e3ad2c commit 4431b68
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions .import/.gdignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file modified Code/DLLs/LibT.Debugging.dll
Binary file not shown.
Binary file modified Code/DLLs/LibT.Serialization.dll
Binary file not shown.
Binary file modified Code/DLLs/LibT.dll
Binary file not shown.
Binary file modified Code/DLLs/LibTGodot.dll
Binary file not shown.
Binary file modified Code/DLLs/MetaMakerLib.dll
Binary file not shown.
Binary file modified Code/DLLs/RSG.Promises.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions MetaMaker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Reference Include="MetaMakerLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Code\DLLs\MetaMakerLib.dll</HintPath>
</Reference>
<Reference Include="LibT.Debugging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="LibT.Debugging, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Code\DLLs\LibT.Debugging.dll</HintPath>
</Reference>
<Reference Include="LibT.Serialization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="LibT.Serialization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Code\DLLs\LibT.Serialization.dll</HintPath>
</Reference>
<Reference Include="LibT, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
Expand Down
20 changes: 10 additions & 10 deletions Nodes/Scenes/MainView.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 25.9406
margin_bottom = -1.05945
custom_styles/bg = SubResource( 1 )
custom_colors/grid_major = Color( 1, 1, 1, 0.392157 )
custom_colors/grid_minor = Color( 1, 1, 1, 0.0980392 )
custom_styles/bg = SubResource( 1 )
right_disconnects = true
__meta__ = {
"_edit_use_anchors_": false
Expand All @@ -147,13 +147,13 @@ __meta__ = {
margin_right = 46.0
margin_bottom = 26.0
rect_min_size = Vector2( 28, 0 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
custom_styles/hover = SubResource( 2 )
custom_styles/pressed = SubResource( 3 )
custom_styles/focus = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "File"
icon = ExtResource( 38 )
flat = false
Expand All @@ -164,13 +164,13 @@ margin_left = 50.0
margin_right = 97.0
margin_bottom = 26.0
rect_min_size = Vector2( 30, 0 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
custom_styles/hover = SubResource( 2 )
custom_styles/pressed = SubResource( 3 )
custom_styles/focus = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Edit"
icon = ExtResource( 41 )
flat = false
Expand All @@ -181,13 +181,13 @@ margin_left = 101.0
margin_right = 175.0
margin_bottom = 26.0
rect_min_size = Vector2( 55, 0 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
custom_styles/hover = SubResource( 2 )
custom_styles/pressed = SubResource( 3 )
custom_styles/focus = SubResource( 4 )
custom_styles/normal = SubResource( 5 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 1, 1, 1, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Settings"
icon = ExtResource( 40 )
flat = false
Expand Down
3 changes: 2 additions & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ custom_features=""
export_filter="all_resources"
include_filter="Resources/*"
exclude_filter=""
export_path="Builds/OSX/MetaMaker.zip"
export_path="Builds/MetaMaker.zip"
script_export_mode=1
script_encryption_key=""

Expand All @@ -62,6 +62,7 @@ application/info="Made with Godot Engine"
application/icon="res://icon.png"
application/identifier="com.BladeEnd.MetaMaker"
application/signature=""
application/app_category="Games"
application/short_version="0.7.0"
application/version="0.7.0"
application/copyright=""
Expand Down

0 comments on commit 4431b68

Please sign in to comment.