From 59c785ce7c039d9dc9f50035f018687eb1a7923a Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Tue, 24 Feb 2026 03:14:30 -0600 Subject: [PATCH] Updated sizes Updated window to be Stream Canvas size of 1920x1080, Fullscreen. --- ChatAvatars/CatSlimes/cat_world.tscn | 4 ++-- project.godot | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChatAvatars/CatSlimes/cat_world.tscn b/ChatAvatars/CatSlimes/cat_world.tscn index 9583967e..cb11e248 100644 --- a/ChatAvatars/CatSlimes/cat_world.tscn +++ b/ChatAvatars/CatSlimes/cat_world.tscn @@ -18,7 +18,7 @@ script = ExtResource("1_dk8qt") [node name="Floor" type="StaticBody2D" parent="WorldBoundries" unique_id=746537539] unique_name_in_owner = true -position = Vector2(0, 648) +position = Vector2(0, 1080) [node name="CollisionShape2D" type="CollisionShape2D" parent="WorldBoundries/Floor" unique_id=1495679580] shape = SubResource("WorldBoundaryShape2D_nv0qy") @@ -31,7 +31,7 @@ shape = SubResource("WorldBoundaryShape2D_xf7jw") [node name="WallRight" type="StaticBody2D" parent="WorldBoundries" unique_id=662355024] unique_name_in_owner = true -position = Vector2(1152, 0) +position = Vector2(1920, 0) [node name="CollisionShape2D" type="CollisionShape2D" parent="WorldBoundries/WallRight" unique_id=1255895407] shape = SubResource("WorldBoundaryShape2D_6ii2h") diff --git a/project.godot b/project.godot index 9852be2b..6a730b8f 100644 --- a/project.godot +++ b/project.godot @@ -23,6 +23,12 @@ ChatManager="*uid://ct1s5eymb8mns" [display] +window/size/viewport_width=1920 +window/size/viewport_height=1080 +window/size/mode=3 +window/size/resizable=false +window/size/borderless=true +window/size/always_on_top=true window/size/transparent=true window/per_pixel_transparency/allowed=true