mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Update projects to Godot 3.3
This commit is contained in:
@@ -78,6 +78,7 @@ text = "Consume"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="pressed" from="QuerySkuDetailsButton" to="." method="_on_QuerySkuDetailsButton_pressed"]
|
||||
[connection signal="pressed" from="PurchaseButton" to="." method="_on_PurchaseButton_pressed"]
|
||||
[connection signal="pressed" from="ConsumeButton" to="." method="_on_ConsumeButton_pressed"]
|
||||
|
||||
@@ -8,11 +8,6 @@
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_class_icons={
|
||||
|
||||
}
|
||||
|
||||
[android]
|
||||
|
||||
modules="org/godotengine/godot/GodotPaymentV3"
|
||||
|
||||
@@ -155,9 +155,6 @@ margin_bottom = 23.0
|
||||
text = "One-finger X/Y, two-finger Z + pinch"
|
||||
|
||||
[editable path="HBoxContainer/ViewportContainer/Viewport/Spatial"]
|
||||
|
||||
[editable path="HBoxContainer/ViewportContainer2/Viewport/Spatial"]
|
||||
|
||||
[editable path="HBoxContainer2/ViewportContainer/Viewport/Spatial"]
|
||||
|
||||
[editable path="HBoxContainer2/ViewportContainer2/Viewport/Spatial"]
|
||||
|
||||
@@ -8,11 +8,6 @@
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_class_icons={
|
||||
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Interactive Cubes"
|
||||
|
||||
@@ -8,11 +8,6 @@
|
||||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_class_icons={
|
||||
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Multitouch View"
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path.s3tc="res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.s3tc.stex"
|
||||
path.etc2="res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.etc2.stex"
|
||||
path.etc="res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.etc.stex"
|
||||
metadata={
|
||||
"imported_formats": [ "s3tc", "etc2" ],
|
||||
"imported_formats": [ "s3tc", "etc" ],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://cube_6.png"
|
||||
dest_files=[ "res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.s3tc.stex", "res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.etc2.stex" ]
|
||||
dest_files=[ "res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.s3tc.stex", "res://.import/cube_6.png-0b954e2c88c21596044fe6448711988e.etc.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user