Borderless Display

An asset by lowlevel.1989
The page banner background of a mountain and forest
Borderless Display thumbnail image
Borderless Display thumbnail image
Borderless Display thumbnail image
Borderless Display thumbnail image
Borderless Display hero image

Quick Information

0 ratings
Borderless Display icon image
lowlevel.1989
Borderless Display

Multiresolution Support for pc/mobile devices including safearea.New nodes:- BorderlessDisplay: New node to control the scaling area of our game.- ButtonDisplayTest: New node for testing with multiple resolutions.# Changelog## [1.1.0] - 2023-03-13### Added- add editor button set viewport resolution### Changed- change class_name to add_custom_type## [1.0.1] - 2023-03-10### Added- CHANGELOG.md- guides autocenter### Changed- [godot v3] fix get window height override- [godot v3] fix set properties defaults

Supported Engine Version
4.0
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Borderless Display 1.0.0

  1. Install directly from Godot Asset Library

or

  1. Download this respository, move lowlevel-1989/borderless_display to your {project_dir}

  2. Enable it from Project -> Settings -> Plugin

Getting Started

BorderlessDisplay

  • BorderlessDisplay, New node to control the scaling area of our game.

ButtonDisplayTest

  • ButtonDisplayTest, New node for testing with multiple resolutions.

support Godot v3

file plugin.gd

# Seguir instrucciones para agregar soporte a godot v3
@tool  # <- Comentar   @tool para godot v3

# tool # <- Descomentar tool para godot v3

extends EditorPlugin

func _enter_tree() -> void:
    pass


func _exit_tree() -> void:
    pass

leave it this way

# Seguir instrucciones para agregar soporte a godot v3
# @tool  # <- Comentar   @tool para godot v3

tool # <- Descomentar tool para godot v3

extends EditorPlugin

func _enter_tree() -> void:
    pass


func _exit_tree() -> void:
    pass

Multiresolution Support for pc/mobile devices including safearea.

New nodes:
- BorderlessDisplay: New node to control the scaling area of our game.
- ButtonDisplayTest: New node for testing with multiple resolutions.

# Changelog

## [1.1.0] - 2023-03-13

### Added

- add editor button set viewport resolution

### Changed

- change class_name to add_custom_type

## [1.0.1] - 2023-03-10

### Added

- CHANGELOG.md
- guides autocenter

### Changed
- [godot v3] fix get window height override
- [godot v3] fix set properties defaults

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Borderless Display icon image
lowlevel.1989
Borderless Display

Multiresolution Support for pc/mobile devices including safearea.New nodes:- BorderlessDisplay: New node to control the scaling area of our game.- ButtonDisplayTest: New node for testing with multiple resolutions.# Changelog## [1.1.0] - 2023-03-13### Added- add editor button set viewport resolution### Changed- change class_name to add_custom_type## [1.0.1] - 2023-03-10### Added- CHANGELOG.md- guides autocenter### Changed- [godot v3] fix get window height override- [godot v3] fix set properties defaults

Supported Engine Version
4.0
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers