Deleted non-CC0 assets

Managed room7 camera pushes
This commit is contained in:
Julian Murgia
2021-01-09 18:41:35 +01:00
parent ff89dc1677
commit 933122f085
678 changed files with 2659 additions and 4758 deletions

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://game/characters/guybrush/guybrush.tscn" type="PackedScene" id=1]
[ext_resource path="res://game/characters/mark/mark.tscn" type="PackedScene" id=1]
[ext_resource path="res://addons/escoria-core/testing/player_angles_finder.gd" type="Script" id=2]
[node name="player_angles_finder" type="Node2D"]
@@ -59,8 +59,8 @@ width = 2.0
default_color = Color( 1, 1, 1, 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
margin_right = 370.0
margin_bottom = 170.0
__meta__ = {
"_edit_use_anchors_": false
}
@@ -91,7 +91,7 @@ __meta__ = {
}
[node name="angle_x" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 235.0
margin_right = 370.0
margin_bottom = 24.0
__meta__ = {
"_edit_use_anchors_": false
@@ -116,7 +116,7 @@ __meta__ = {
[node name="angle_y" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 28.0
margin_right = 235.0
margin_right = 370.0
margin_bottom = 52.0
__meta__ = {
"_edit_use_anchors_": false
@@ -141,7 +141,7 @@ __meta__ = {
[node name="angle_diag" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 56.0
margin_right = 235.0
margin_right = 370.0
margin_bottom = 80.0
__meta__ = {
"_edit_use_anchors_": false
@@ -166,42 +166,42 @@ __meta__ = {
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
margin_top = 84.0
margin_right = 235.0
margin_right = 370.0
margin_bottom = 88.0
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
margin_top = 92.0
margin_right = 235.0
margin_bottom = 116.0
margin_right = 370.0
margin_bottom = 170.0
size_flags_vertical = 3
__meta__ = {
"_editor_description_": ""
}
[node name="angles" type="HBoxContainer" parent="VBoxContainer/VBoxContainer"]
margin_right = 235.0
margin_bottom = 24.0
margin_right = 370.0
margin_bottom = 78.0
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer/angles"]
margin_top = 5.0
margin_top = 32.0
margin_right = 78.0
margin_bottom = 19.0
margin_bottom = 46.0
text = "Angles array"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="angle_array" type="LineEdit" parent="VBoxContainer/VBoxContainer/angles"]
[node name="angle_array" type="TextEdit" parent="VBoxContainer/VBoxContainer/angles"]
margin_left = 82.0
margin_right = 235.0
margin_bottom = 24.0
margin_right = 370.0
margin_bottom = 78.0
size_flags_horizontal = 3
editable = false
__meta__ = {
"_edit_use_anchors_": false
}
size_flags_vertical = 3
wrap_enabled = true
[node name="player_animations" type="OptionButton" parent="."]
visible = false
@@ -212,6 +212,7 @@ margin_bottom = 33.0
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="text_changed" from="VBoxContainer/HBoxContainer/number_of_directions" to="." method="_on_number_of_directions_text_changed"]
[connection signal="text_changed" from="VBoxContainer/angle_x/angle_horiz" to="." method="_on_angle_horiz_text_changed"]
[connection signal="text_changed" from="VBoxContainer/angle_y/angle_vert" to="." method="_on_angle_vert_text_changed"]